#
Junjie
3 天以前 a40b871aa511865d1a7363c88ffb733f6b084d35
src/main/java/com/zy/core/utils/WmsOperateUtils.java
@@ -93,7 +93,7 @@
            requestParam.put("barcode", barcode);
            requestParam.put("sourceStaNo", stationNo);
            requestParam.put("locType1", locType1);
            requestParam.put("locType1", locType1 == null ? 1 : locType1);
            requestParam.put("row", Utils.getInTaskEnableRow(sourceStaNo));
            response = new HttpHandler.Builder()