袁少华 преди 4 години
родител
ревизия
0b5e32b8cd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/java/org/jeecg/modules/appInterface/controller/FbsWorkingStatisticsController.java

+ 1 - 1
src/main/java/org/jeecg/modules/appInterface/controller/FbsWorkingStatisticsController.java

@@ -144,7 +144,7 @@ public class FbsWorkingStatisticsController {
 			 res.setMsg("行号不能为空");
 			 return new ResponseEntity<ResHttpStatus>(res, HttpStatus.OK);
 		 }
-
+		 //状态(0初始,1接单,2暂停,3完成)
 		 QueryWrapper<FbsWorkshopDispatchList> ypffscSaleorderBQueryWrapper = new QueryWrapper<>();
 		 ypffscSaleorderBQueryWrapper.eq("personnel_id_u8", entity.getPersonnelCode()).eq("del_flag", 0);
 		 ypffscSaleorderBQueryWrapper.eq("production_order_number_id", entity.getOrderNumber());