|
|
|
@ -1016,7 +1016,11 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
item.setRecordType(recordType); |
|
|
|
item.setCodeNo(codeNo); |
|
|
|
}); |
|
|
|
try { |
|
|
|
partInformationMapper.addPartItems(list1); |
|
|
|
} catch (RuntimeException e) { |
|
|
|
throw new RuntimeException("请先维护属性模版!"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
partInformationService.commitItemValue(list.get(i)); |
|
|
|
|