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>