#
Administrator
1 天以前 57ec0546715a31867e9ebd1e38307845b737edc4
src/main/java/com/zy/core/utils/WmsOperateUtils.java
@@ -58,15 +58,6 @@
    @Autowired
    private RedisUtil redisUtil;
    // 申请入库任务
    public String applyInTask(String barcode, Integer sourceStaNo, Integer locType1) {
        InTaskApplyRequest request = new InTaskApplyRequest();
        request.setBarcode(barcode);
        request.setSourceStaNo(sourceStaNo);
        request.setLocType1(locType1);
        return applyInTask(request);
    }
    public String applyInTask(InTaskApplyRequest request) {
        long startMs = System.currentTimeMillis();
        Map<String, Long> stepCostMap = new LinkedHashMap<>();