|
@@ -122,9 +122,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="pushTimeEnd != null and pushTimeEnd != ''">
|
|
<if test="pushTimeEnd != null and pushTimeEnd != ''">
|
|
|
AND #{pushTimeEnd} > rn.push_time
|
|
AND #{pushTimeEnd} > rn.push_time
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ GROUP BY rn.id
|
|
|
ORDER BY
|
|
ORDER BY
|
|
|
rn.id DESC
|
|
rn.id DESC
|
|
|
- GROUP BY rn.id
|
|
|
|
|
|
|
+
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="queryRecruitNeedsListString" parameterType="com.zhongzheng.modules.recruit.bo.RecruitNeedsQueryBo" resultMap="RecruitNeedsResult">
|
|
<select id="queryRecruitNeedsListString" parameterType="com.zhongzheng.modules.recruit.bo.RecruitNeedsQueryBo" resultMap="RecruitNeedsResult">
|