Commit a3a08bbb authored by tianbo's avatar tianbo

chore(jg): 移除待认领设备查询中的TODO注释

parent 26a84777
......@@ -186,7 +186,7 @@ public class EquipClaimServiceImpl {
dBuilder.must(QueryBuilders.matchQuery(IS_INTO_MANAGEMENT, false));
boolMust.must(dBuilder);
// TODO 待认领设备使用单位单位统一社会信用代码如果已在系统中存在则不显示
// 待认领设备使用单位单位统一社会信用代码如果已在系统中存在则不显示
List<String> unitCreditCodes = tzBaseEnterpriseInfoMapper.getUseUnitCreditCodes();
if (!ValidationUtil.isEmpty(unitCreditCodes)) {
boolMust.mustNot(QueryBuilders.termsQuery("USE_UNIT_CREDIT_CODE.keyword", unitCreditCodes));
......
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