zy-asrs-wms/src/main/java/com/zy/asrs/wms/apis/wcs/controller/OutStockController.java
@@ -121,7 +121,7 @@ * @return */ @GetMapping("/container/converyor/{code}") public R containerConveyor(@PathVariable String code) { public R containerConveyor(@PathVariable String code) throws Exception { if (StringUtil.isNullOrEmpty(code)) { return R.error("容器编码不能为空!!!"); } @@ -150,9 +150,7 @@ throw new CoolException("当前任务订单号不能为空!!"); } wcsApiService.slapLightLogic(request); return R.ok(); return wcsApiService.slapLightLogic(request); }