java110 3 lat temu
rodzic
commit
5e0c2b41ef

+ 1 - 1
java110-db/src/main/resources/mapper/store/ResourceStoreServiceDaoImplMapper.xml

@@ -318,7 +318,7 @@
         <if test="resOrderType == '20000'">
             and t.stock > 0
         </if>
-        order by t.create_time desc,t.res_id DESC
+        order by rst.name,t.res_code
         <if test="page != -1 and page != null ">
             limit #{page}, #{row}
         </if>