|
|
@ -118,6 +118,8 @@ public class IcResiServiceImpl implements IcResiService { |
|
|
|
query.eq(IcResiUserEntity::getIsMb, true); |
|
|
|
} else if (ResiCategoryEnum.IS_SPECIAL.getColName().equals(categoryKey)) { |
|
|
|
query.eq(IcResiUserEntity::getIsSpecial, true); |
|
|
|
} else if(ResiCategoryEnum.IS_XJC.getColName().equals(categoryKey)){ |
|
|
|
query.eq(IcResiUserEntity::getIsXjc, true); |
|
|
|
} |
|
|
|
|
|
|
|
if (StringUtils.isNotBlank(search)) { |
|
|
|