yumeng 2 лет назад
Родитель
Сommit
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>