|
|
|
@ -741,6 +741,7 @@ public class MesReworkTaskServiceImpl implements IMesReworkTaskService {
|
|
|
|
|
mesProductionAssemblyRepository.update(mesProductionAssembly);
|
|
|
|
|
// 新装配件记录为已装配
|
|
|
|
|
ConvertBean.serviceModelInitialize(mesProductionRepeatAssembly,requestModel.getUserName());
|
|
|
|
|
mesProductionRepeatAssembly.setSystemSyncStatus(CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue());
|
|
|
|
|
MesProductionAssembly productionAssembly = mesProductionAssemblyRepository.insert(mesProductionRepeatAssembly);
|
|
|
|
|
//唯一性校验数据更新
|
|
|
|
|
if (MesExtEnumUtil.ASSEMBLY_MATCH_TYPE.MATCH_TYPE_30.getValue() == mesProductionAssembly.getMatchType()) {
|
|
|
|
|