chen.lin
6 天以前 0c497375461a8f8cb644f9dc2f4473dabb52abd2
rsf-server/src/main/java/com/vincent/rsf/server/api/controller/WcsController.java
@@ -68,7 +68,7 @@
            return R.error("条码不能为空");
        }
        if (Cools.isEmpty(param.getLocType1())){
            return R.error("高低检测信号不能为空");
            return R.error("库位类型不能为空");
        }
        InTaskMsgDto msgDto = wcsService.createInTask(param);
        return R.ok(msgDto);