|
@@ -60,6 +60,7 @@
|
|
60
|
<if test="cnt1Years != null ">and cnt_1_years = #{cnt1Years}</if>
|
60
|
<if test="cnt1Years != null ">and cnt_1_years = #{cnt1Years}</if>
|
|
61
|
<if test="cntLt1Year != null ">and cnt_lt_1_year = #{cntLt1Year}</if>
|
61
|
<if test="cntLt1Year != null ">and cnt_lt_1_year = #{cntLt1Year}</if>
|
|
62
|
</where>
|
62
|
</where>
|
|
|
|
63
|
+ order by create_time desc
|
|
63
|
</select>
|
64
|
</select>
|
|
64
|
|
65
|
|
|
65
|
<select id="selectBlockedBootPersonnelTenureById" parameterType="Long" resultMap="BlockedBootPersonnelTenureResult">
|
66
|
<select id="selectBlockedBootPersonnelTenureById" parameterType="Long" resultMap="BlockedBootPersonnelTenureResult">
|