ljy121 1 سال پیش
والد
کامیت
f4ebfc08ec
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      zjugis-business/src/main/resources/mapper/oracle/ContractApplyMapper.xml

+ 1 - 0
zjugis-business/src/main/resources/mapper/oracle/ContractApplyMapper.xml

@@ -23,6 +23,7 @@
                 AND t.APPLY_TYPE = #{params.applyType,jdbcType=INTEGER}
             </if>
         </where>
+        ORDER BY t.APPLY_DATE DESC
     </select>
 </mapper>