|
|
|
@ -88,7 +88,7 @@ public class UdiContrastController {
|
|
|
|
|
if (keys != null && keys.size() > 0) {
|
|
|
|
|
for (String key : keys) {
|
|
|
|
|
//关联添加
|
|
|
|
|
if (udiCombineRequest.getRelId() == null || udiCombineRequest.isIdSpliUdi()) {
|
|
|
|
|
if (udiCombineRequest.getRelId() == null) {
|
|
|
|
|
if (StrUtil.isNotEmpty(udiCombineRequest.getThirdId())) {
|
|
|
|
|
if (udiContrastService.isExit(key, udiCombineRequest.getThirdId(), null)) {
|
|
|
|
|
return ResultVOUtils.error(500, "已存在相同的对照关系,对照失败!");
|
|
|
|
@ -443,6 +443,9 @@ public class UdiContrastController {
|
|
|
|
|
if (StrUtil.isEmpty(udiProductEntity.getCpms())) {
|
|
|
|
|
udiProductEntity.setCpms(originProductEntity.getCpms());
|
|
|
|
|
}
|
|
|
|
|
if (udiProductEntity.getProductsType() == null || udiProductEntity.getProductsType() == 0){
|
|
|
|
|
udiProductEntity.setProductsType(originProductEntity.getProductsType());
|
|
|
|
|
}
|
|
|
|
|
if (StrUtil.isEmpty(udiProductEntity.getBasicPrductRemak1())) {
|
|
|
|
|
udiProductEntity.setBasicPrductRemak1(originProductEntity.getBasicPrductRemak1());
|
|
|
|
|
}
|
|
|
|
@ -525,4 +528,5 @@ public class UdiContrastController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|