소스 검색

报备列表倒序

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}
                 and cr.user_code = #{param.userCode}
             </if>
             </if>
         </where>
         </where>
+        order by 
+        cr.create_time desc
     </select>
     </select>
 
 
 </mapper>
 </mapper>