代码更新
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user