代码更新

This commit is contained in:
2022-12-26 14:38:54 +08:00
parent 6eefc2707b
commit c45532ac32

View File

@@ -169,6 +169,7 @@ public class SapToLmsServiceImpl implements SapToLmsService {
jsonMst.put("receiptaddress", json.getString("ADRNRS")); // 收货地址 jsonMst.put("receiptaddress", json.getString("ADRNRS")); // 收货地址
/*jsonMst.put("remark",json.getString("LGORT"));//库位*/ /*jsonMst.put("remark",json.getString("LGORT"));//库位*/
// 明细 // 明细
JSONObject jsonMater = materTab.query("material_code = '" + json.getString("MATNR") + "'").uniqueResult(0); JSONObject jsonMater = materTab.query("material_code = '" + json.getString("MATNR") + "'").uniqueResult(0);
if (ObjectUtil.isEmpty(jsonMater)) if (ObjectUtil.isEmpty(jsonMater))