Преглед на файлове

开机人员年限分布表

chenshudong преди 1 ден
родител
ревизия
8b315666eb
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      airport-blocked/src/main/resources/mapper/blocked/BlockedBootPersonnelTenureMapper.xml

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