This commit is contained in:
2025-11-20 18:14:49 +08:00
parent 78c347dbc7
commit d5fc4d8fb0
4 changed files with 53 additions and 9 deletions

View File

@@ -377,7 +377,7 @@ namespace MyCode.Project.Services.Implementation
if (addList.Count > 0)
{
_busiOrderGoodsDocInRepository.Add(addList);
//_workProcessService.Add<IJackYunTaskService>(this.MerchantId, "GetAndMergePushGoodsDocInOrder", "合并吉客云采购订单到新表", now, 1);
}
}

View File

@@ -70,10 +70,10 @@ namespace MyCode.Project.Services.Implementation
throw new BaseException($"销售出库单 {orderHead.Sheet} 已经推送过,状态为:{orderHead.Status},不允许重复推送");
}
if (orderHead.TradeType != TRADE_TYPE_SALES_OUTBOUND)
{
throw new BaseException($"订单类型 {orderHead.TradeType} 不是销售出库单TradeType应为1无法推送");
}
//if (orderHead.TradeType != TRADE_TYPE_SALES_OUTBOUND)
//{
// throw new BaseException($"订单类型 {orderHead.TradeType} 不是销售出库单TradeType应为1无法推送");
//}
var param = _yTKJTShopParameterRepository
.Queryable()

View File

@@ -63,10 +63,10 @@ namespace MyCode.Project.Services.Implementation
throw new BaseException("单据已经下推.");
}
if (orderHead.TradeType != TRADE_TYPE_RETURN_ORDER)
{
throw new BaseException($"订单类型 {orderHead.TradeType} 不是销售退货单TradeType应为8无法推送");
}
//if (orderHead.TradeType != TRADE_TYPE_RETURN_ORDER)
//{
// throw new BaseException($"订单类型 {orderHead.TradeType} 不是销售退货单TradeType应为8无法推送");
//}
var param = _yTKJTShopParameterRepository
.Queryable()