代码备份

dev
anthonywj 2 years ago
parent e322f91fda
commit dbc8030980

@ -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("修改成功!");
}

Loading…
Cancel
Save