|
@@ -144,7 +144,7 @@ public class FbsWorkingStatisticsController {
|
|
|
res.setMsg("行号不能为空");
|
|
|
return new ResponseEntity<ResHttpStatus>(res, HttpStatus.OK);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
QueryWrapper<FbsWorkshopDispatchList> ypffscSaleorderBQueryWrapper = new QueryWrapper<>();
|
|
|
ypffscSaleorderBQueryWrapper.eq("personnel_id_u8", entity.getPersonnelCode()).eq("del_flag", 0);
|
|
|
ypffscSaleorderBQueryWrapper.eq("production_order_number_id", entity.getOrderNumber());
|