|
@@ -1744,7 +1744,7 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
|
|
|
if("10".equals(itpDo.getInspectiontype())) {
|
|
|
itpNdtResultService.copyByItpId(itpDo.getId(), newItpIdList);
|
|
|
}
|
|
|
- String[] array = {"10", "20", "30"};
|
|
|
+ String[] array = {"10", "20", "30", "60"};
|
|
|
List<String> qcTypeList = Arrays.asList(array);
|
|
|
if(qcTypeList.contains(itpDo.getInspectiontype())) {
|
|
|
qcItemResultService.copyByItpId(itpDo.getId(), newItpIdList);
|