guoyujia 7 달 전
부모
커밋
53a6f599ca
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/main/java/cn/ezhizao/project/business/product/controller/BizProcessInspecionController.java

+ 5 - 0
src/main/java/cn/ezhizao/project/business/product/controller/BizProcessInspecionController.java

@@ -1697,6 +1697,7 @@ public class BizProcessInspecionController extends BaseController {
                 consultInfo.setIsProcessInspection(1);
                 consultInfo.setProcessAlias(processInspecion.getLot().getProcessAlias());
                 //consultInfo.setTechnicianId(technicianUser == null ? 0L : technicianUser.getUserId());
+                consultInfo.setTechnicianId(consult.getTechnicianId());
                 needAdd.add(consultInfo);
             }
             bizDayworkItemConsultService.saveBatch(needAdd);
@@ -1941,6 +1942,7 @@ public class BizProcessInspecionController extends BaseController {
                 consultInfo.setIsProcessInspection(1);
                 consultInfo.setProcessAlias(processInspecion.getLot().getProcessAlias());
                 //consultInfo.setTechnicianId(technicianUser == null ? 0L : technicianUser.getUserId());
+                consultInfo.setTechnicianId(consult.getTechnicianId());
                 needAdd.add(consultInfo);
             }
             bizDayworkItemConsultService.saveBatch(needAdd);
@@ -2313,6 +2315,7 @@ public class BizProcessInspecionController extends BaseController {
                 consultInfo.setIsProcessInspection(1);
                 consultInfo.setProcessAlias(processInspecion.getLot().getProcessAlias());
                 //consultInfo.setTechnicianId(technicianUser == null ? 0L : technicianUser.getUserId());
+                consultInfo.setTechnicianId(consult.getTechnicianId());
                 needAdd.add(consultInfo);
             }
             bizDayworkItemConsultService.saveBatch(needAdd);
@@ -2478,6 +2481,7 @@ public class BizProcessInspecionController extends BaseController {
                 consultInfo.setIsProcessInspection(1);
                 consultInfo.setProcessAlias(processInspecion.getLot().getProcessAlias());
                 //consultInfo.setTechnicianId(technicianUser == null ? 0L : technicianUser.getUserId());
+                consultInfo.setTechnicianId(consult.getTechnicianId());
                 needAdd.add(consultInfo);
             }
             bizDayworkItemConsultService.saveBatch(needAdd);
@@ -2784,6 +2788,7 @@ public class BizProcessInspecionController extends BaseController {
                     consultInfo.setIsProcessInspection(1);
                     consultInfo.setProcessAlias(processInspecion.getLot().getProcessAlias());
                     //consultInfo.setTechnicianId(technicianUser == null ? 0L : technicianUser.getUserId());
+                    consultInfo.setTechnicianId(consult.getTechnicianId());
                     needAdd.add(consultInfo);
                 }
                 bizDayworkItemConsultService.saveBatch(needAdd);