|
@@ -1404,7 +1404,7 @@ public class CheckJobServiceImpl extends BaseServiceImpl<CheckJobMapper, CheckJo
|
|
|
nextCheckJob.setCreatedTime(LocalDateTime.now());
|
|
|
nextCheckJob.setSbId(checkStandard.getSbId());
|
|
|
nextCheckJob.setReceiveOvertime(false);
|
|
|
- nextCheckJob.setCheckUserId(checkStandard.getCheckUserId());
|
|
|
+ nextCheckJob.setCheckUserId(checkJob.getCheckUserId());
|
|
|
nextCheckJob.setPartId(checkStandard.getPart());
|
|
|
nextCheckJob.setStandardId(checkStandard.getId());
|
|
|
nextCheckJob.setType(checkStandard.getType());
|