|
|
@ -113,7 +113,8 @@ public class MesQmsSuspiciousJob extends BaseMesScheduleJob {
|
|
|
|
qmsSuspiciousService.doQmsSuspiciousByPartInspection(partInspectionList, organizeCode);
|
|
|
|
qmsSuspiciousService.doQmsSuspiciousByPartInspection(partInspectionList, organizeCode);
|
|
|
|
|
|
|
|
|
|
|
|
for (MesPartInspection mesPartInspection : mesPartInspectionList) {
|
|
|
|
for (MesPartInspection mesPartInspection : mesPartInspectionList) {
|
|
|
|
mesPartInspection.setQmsSync(1);
|
|
|
|
mesPartInspection.setQmsSync(CommonEnumUtil.TRUE_OR_FALSE.TRUE.getValue());
|
|
|
|
|
|
|
|
//42959 QMS可疑品汇总job 会把电子化检验终检人和终检时间覆盖掉
|
|
|
|
// ConvertBean.serviceModelUpdate(mesPartInspection, MesExtConstWords.JOB);
|
|
|
|
// ConvertBean.serviceModelUpdate(mesPartInspection, MesExtConstWords.JOB);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
partInspectionRepository.saveAll(mesPartInspectionList);
|
|
|
|
partInspectionRepository.saveAll(mesPartInspectionList);
|
|
|
|