|
@@ -1174,6 +1174,11 @@ public class CheckJobServiceImpl extends BaseServiceImpl<CheckJobMapper, CheckJo
|
|
|
nextCheckJob.setSbId(checkStandard.getSbId());
|
|
|
nextCheckJob.setReceiveOvertime(false);
|
|
|
nextCheckJob.setCheckUserId(checkJob.getCheckUserId());
|
|
|
+ if (checkJob.getCheckUserId().equals(sbInfoVO.getRepairUser())){
|
|
|
+ nextCheckJob.setCheckUserId(checkJob.getCheckUserId());
|
|
|
+ }else {
|
|
|
+ nextCheckJob.setCheckUserId(sbInfoVO.getSaveUser());
|
|
|
+ }
|
|
|
nextCheckJob.setPartId(checkStandard.getPart());
|
|
|
nextCheckJob.setStandardId(checkStandard.getId());
|
|
|
nextCheckJob.setType(checkStandard.getType());
|