|
@@ -270,9 +270,9 @@ public interface PersonInfoMapper extends BaseMapperX<PersonInfoDO> {
|
|
|
query.in(CollUtil.isNotEmpty(reqVO.getPositionIds()), WorkExpDO::getPositionId, reqVO.getPositionIds());
|
|
|
|
|
|
// 其他查询条件
|
|
|
- query.eqIfPresent(PersonInfoDO::getExpType, reqVO.getExpType());
|
|
|
- query.eqIfPresent(PersonInfoDO::getEduType, reqVO.getEduType());
|
|
|
- query.eqIfPresent(PersonInfoDO::getJobType, reqVO.getType());
|
|
|
+// query.eqIfPresent(PersonInfoDO::getExpType, reqVO.getExpType());
|
|
|
+// query.eqIfPresent(PersonInfoDO::getEduType, reqVO.getEduType());
|
|
|
+// query.eqIfPresent(PersonInfoDO::getJobType, reqVO.getType());
|
|
|
|
|
|
// 连接用户表设置 VIP 条件
|
|
|
JoinHelper.joinAndFilterVipUser(query, PersonInfoDO::getUserId);
|