Commit 3bbe6232 authored by tianbo's avatar tianbo

refactor(equip): 移除设备变更数据更新中的冗余字段设置

- 删除了 USC_UNIT_NAME 字段的设置 - 删除了 USC_UNIT_CREDIT_CODE 字段的设置
parent fad61c25
......@@ -367,8 +367,6 @@ public class EquipChangeDataUpdateServiceImpl {
esEquipmentCategoryDto.setUSE_UNIT_CREDIT_CODE(idxBizJgUseInfo.getUseUnitCreditCode());
esEquipmentCategoryDto.setUSE_UNIT_NAME(idxBizJgUseInfo.getUseUnitName());
esEquipmentCategoryDto.setUSE_INNER_CODE(idxBizJgUseInfo.getUseInnerCode());
esEquipmentCategoryDto.setUSC_UNIT_NAME(idxBizJgUseInfo.getUscUnitName());
esEquipmentCategoryDto.setUSC_UNIT_CREDIT_CODE(idxBizJgUseInfo.getUscUnitCreditCode());
}
public void buildOtherInfoEsData(ESEquipmentCategoryDto esEquipmentCategoryDto, IdxBizJgOtherInfo data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment