Sfoglia il codice sorgente

开机人员年限分布表

chenshudong 1 giorno fa
parent
commit
8b315666eb

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

@@ -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">