Commit b8ca9ddd authored by Quxl's avatar Quxl

x

parent 78f2c7df
......@@ -74,7 +74,9 @@ public class MaterialMasterServiceImpl implements MaterialMasterService {
goods.put("CREATION_DATE", DateUtil.parseDate(item.getERSDA(), DateUtil.FMT_DATE));
goods.put("LAST_CHANGE_DATE", DateUtil.parseDate(item.getLAEDA(), DateUtil.FMT_DATE));
goods.put("GOODS_NAME", item.getNORMT());
goods.put("PRODUCTION_LINE_CODE", item.getLIFNR());
goods.put("VMSTA", item.getVMSTA());
goods.put("MSTAV", item.getMSTAV());
goods.put("STKTYP", item.getSTKTYP());
goods.put("SPEC", item.getUMREZ());
......@@ -94,6 +96,7 @@ public class MaterialMasterServiceImpl implements MaterialMasterService {
goods.put("PUBLIC", item.getPUBLIC());
goods.put("INTERNET", item.getINTERNET());
/*
goods.put("CATEGORY_NAME", "");// 品类名称
goods.put("PRODUCTION_LINE_CODE", "");// 产线(产地)编码
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment