فهرست منبع

报备列表倒序

mac 2 سال پیش
والد
کامیت
afaa0f6252
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      kxs-system/kxs-system-biz/src/main/resources/mapper/KxsCampReportMapper.xml

+ 2 - 0
kxs-system/kxs-system-biz/src/main/resources/mapper/KxsCampReportMapper.xml

@@ -35,6 +35,8 @@
                 and cr.user_code = #{param.userCode}
             </if>
         </where>
+        order by 
+        cr.create_time desc
     </select>
 
 </mapper>