Ver código fonte

开机人员年限分布表

chenshudong 1 dia atrás
pai
commit
8b315666eb

+ 1 - 0
airport-blocked/src/main/resources/mapper/blocked/BlockedBootPersonnelTenureMapper.xml

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