浏览代码

增加导出

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>