修复bug

This commit is contained in:
18942506660
2023-11-16 15:15:10 +08:00
parent 2617c15252
commit 48c79e69f0

View File

@@ -137,6 +137,7 @@ namespace WMS.Web.Domain.Services
var erpDto = new ErpPushDto() { var erpDto = new ErpPushDto() {
FormId = FormIdParam.SAL_DELIVERYNOTICE.ToString(), FormId = FormIdParam.SAL_DELIVERYNOTICE.ToString(),
Numbers = new List<string>() { s }, Numbers = new List<string>() { s },
Type="",
DetailsId = string.Join(",", erp_details) DetailsId = string.Join(",", erp_details)
}; };
//下推金蝶 //下推金蝶