|
@@ -1349,11 +1349,6 @@ 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());
|