Commit 94cca377 authored by suhuiguang's avatar suhuiguang

feat(综合搜索):存量数据刷库更新

1.人员存量数据刷库少字段单位类型 2.技术参数整理
parent fd37e376
......@@ -1449,6 +1449,7 @@ public class DataHandlerServiceImpl {
.select(BaseEntity::getSequenceNbr,
TzBaseEnterpriseInfo::getUseCode,
TzBaseEnterpriseInfo::getUseUnit,
TzBaseEnterpriseInfo::getUnitType,
TzBaseEnterpriseInfo::getSuperviseOrgCode,
TzBaseEnterpriseInfo::getSuperviseOrgName
).eq(BaseEntity::getIsDelete, false));
......
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