This commit is contained in:
2024-09-05 17:24:27 +08:00
parent 2c7fd13e6b
commit d085ed872d
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ namespace Tnb.ProductionMgr
item.erp_mo_pk = item.erp_mo_pk;
item.erp_line_pk = item.erp_line_pk;
item.erp_lineno = item.erp_lineno;
item.unit_id = unitDic?.Id ?? item.unit_id;
item.unit_id = unitDic?.EnCode ?? item.unit_id;
moList.Add(item);
}