|
|
|
@ -301,7 +301,7 @@ public class MesReworkTaskServiceImpl implements IMesReworkTaskService {
|
|
|
|
|
MesPartInspection mesPartInspection = null;
|
|
|
|
|
if (!StringUtils.isEmpty(mesReworkTask.getId())){
|
|
|
|
|
DdlPackBean packBean = DdlPackBean.getDdlPackBean(mesReworkTask.getOrganizeCode());
|
|
|
|
|
DdlPreparedPack.getNumEqualPack(mesReworkTask.getId(), "reworkTaskId", packBean);
|
|
|
|
|
DdlPreparedPack.getNumEqualPack(mesReworkTask.getPartInspectionId(), "id", packBean);
|
|
|
|
|
mesPartInspection = mesPartInspectionRepository.getByProperty(packBean);
|
|
|
|
|
if (!Objects.isNull(mesPartInspection)){
|
|
|
|
|
if(!CollectionUtils.isEmpty(requestModel.getAssemblyModelList())){
|
|
|
|
|