|
|
|
@ -180,6 +180,7 @@ public class ThrProductsController {
|
|
|
|
|
String value = systemParamConfigService.selectValueByParamKey("enable_edit_third");
|
|
|
|
|
if (StrUtil.isNotEmpty(value) && value.equals("1")) {
|
|
|
|
|
UdiProductEntity udiProductEntity = udiProductService.findByNameCode(thrProductsEntity.getCode());
|
|
|
|
|
if (udiProductEntity != null) {
|
|
|
|
|
if (StrUtil.isNotEmpty(thrProductsEntity.getMeasname()))
|
|
|
|
|
udiProductEntity.setMeasname(thrProductsEntity.getMeasname());
|
|
|
|
|
if (StrUtil.isNotEmpty(thrProductsEntity.getSpec()))
|
|
|
|
@ -210,6 +211,8 @@ public class ThrProductsController {
|
|
|
|
|
udiProductEntity.setGgxh(thrProductsEntity.getStandard());
|
|
|
|
|
udiProductService.updateUdiInfo(udiProductEntity);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
return ResultVOUtils.success("修改成功!");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|