|
@@ -79,7 +79,7 @@ namespace JLHHJSvr.Excutor
|
|
|
|
|
|
if (mattress_temp.erp_mtrlid > 0)
|
|
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);
|
|
if (!string.IsNullOrEmpty(errmsg)) throw new LJCommonException(errmsg);
|
|
}
|
|
}
|
|
|
|
|