瀏覽代碼

补充提交

chen_yjin 1 天之前
父節點
當前提交
8d9f485cc6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      JLHHJSvr/Excutor/ReCalculateERPCostExcutor.cs

+ 1 - 1
JLHHJSvr/Excutor/ReCalculateERPCostExcutor.cs

@@ -79,7 +79,7 @@ namespace JLHHJSvr.Excutor
 
                                 if (mattress_temp.erp_mtrlid > 0)
                                 {
-                                    string errmsg = l1Helper.SaveMtrldef(mattress_temp, null, "dijia_cost1,dijia_cost2,dijia_cost3,dijia_cost4");
+                                    string errmsg = l1Helper.SaveMtrldef(mattress_temp, null, "mtrlname");
                                     if (!string.IsNullOrEmpty(errmsg)) throw new LJCommonException(errmsg);
                                 }