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