Browse Source

opt:优化物料更新

master
DESKTOP-5DIJMF9\admin 1 month ago
parent
commit
6f84654163
  1. 1
      lxapp/src/wql/mes/ifs/sap/IFS_SAP_INTERFACE_01.wql
  2. 4
      lxservice/com/noblelift/imp/products/mes/service/ifs/sap/SapToWmsServiceImpl.java

1
lxapp/src/wql/mes/ifs/sap/IFS_SAP_INTERFACE_01.wql

@ -392,6 +392,7 @@ IF 输入.flag = "8"
ma.NTGEW as net_weight,
ma.LGORT,
mb.english_name,
mb.photo,
sect.sect_type,
sect.sect_uuid,
sect.sect_code,

4
lxservice/com/noblelift/imp/products/mes/service/ifs/sap/SapToWmsServiceImpl.java

@ -832,10 +832,10 @@ public class SapToWmsServiceImpl implements SapToWmsService {
jo.put("salver_limit_height", "0");
jo.put("salver_qty", "0");
if ("1002".equals(jo.optString("LGORT"))) {
if ("1002".equals(jo.optString("lgort"))) {
jo.put("sect_type", "01");
}
if (uString.isBlank(jo.optString("LGORT"))) {
if (uString.isBlank(jo.optString("lgort"))) {
jo.put("sect_type", "01");
jo.put("sect_uuid", "");
jo.put("sect_code", "");

Loading…
Cancel
Save