소스 검색

增加导出

yumeng 2 년 전
부모
커밋
5eabb23770
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

+ 1 - 0
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -1031,6 +1031,7 @@
         <if test="userId != null and userId != ''">
             and t.user_id = #{userId}
         </if>
+        order by t.orderNum desc
     </select>