代码更新
This commit is contained in:
@@ -168,6 +168,7 @@ public class SapToLmsServiceImpl implements SapToLmsService {
|
||||
jsonMst.put("consignee", json.getString("NAMEM")); // 收货单位
|
||||
jsonMst.put("receiptaddress", json.getString("ADRNRS")); // 收货地址
|
||||
/*jsonMst.put("remark",json.getString("LGORT"));//库位*/
|
||||
|
||||
|
||||
// 明细
|
||||
JSONObject jsonMater = materTab.query("material_code = '" + json.getString("MATNR") + "'").uniqueResult(0);
|
||||
|
||||
Reference in New Issue
Block a user