|
|
|
@ -208,7 +208,7 @@ public class ThrProductsController {
|
|
|
|
|
udiProductEntity.setMeasname(thrProductsEntity.getMeasname());
|
|
|
|
|
if (StrUtil.isNotEmpty(thrProductsEntity.getSpec()))
|
|
|
|
|
udiProductEntity.setGgxh(thrProductsEntity.getSpec());
|
|
|
|
|
if (StrUtil.isNotEmpty(thrProductsEntity.getStandard()))
|
|
|
|
|
else if (StrUtil.isNotEmpty(thrProductsEntity.getStandard()))
|
|
|
|
|
udiProductEntity.setGgxh(thrProductsEntity.getStandard());
|
|
|
|
|
if (StrUtil.isNotEmpty(thrProductsEntity.getRegisterNo()))
|
|
|
|
|
udiProductEntity.setZczbhhzbapzbh(thrProductsEntity.getRegisterNo());
|
|
|
|
@ -232,8 +232,6 @@ public class ThrProductsController {
|
|
|
|
|
udiProductEntity.setYlqxzcrbarmc(thrProductsEntity.getYlqxzcrbarmc());
|
|
|
|
|
if (StrUtil.isNotEmpty(thrProductsEntity.getCpms()))
|
|
|
|
|
udiProductEntity.setCpms(thrProductsEntity.getCpms());
|
|
|
|
|
if (StrUtil.isNotEmpty(thrProductsEntity.getStandard()))
|
|
|
|
|
udiProductEntity.setGgxh(thrProductsEntity.getStandard());
|
|
|
|
|
udiProductService.updateUdiInfo(udiProductEntity);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|