소스 검색

开机人员年限分布表

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