|
|
@ -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", ""); |
|
|
|