src/main/java/com/zy/asrs/controller/OpenController.java
@@ -195,12 +195,13 @@ if (Cools.isEmpty(param.getBarcode())) { return R.error("容器编码[barcode]不能为空"); } if (Cools.isEmpty(param.getStartPoint())) { return R.error("起点[startPoint]不能为空"); } if (Cools.isEmpty(param.getTargetPoint())) { return R.error("目标点[targetPoint]不能为空"); } // if (Cools.isEmpty(param.getStartPoint())) { // return R.error("起点[startPoint]不能为空"); // } // if (Cools.isEmpty(param.getTargetPoint())) { // return R.error("目标点[targetPoint]不能为空"); // } try { boolean result = openService.taskCreate(param);