Parcourir la source

modify query resource Store seq

java110 il y a 3 ans
Parent
commit
f3dc517c95

+ 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 rst.name,t.res_code
+        order by t.res_code
         <if test="page != -1 and page != null ">
             limit #{page}, #{row}
         </if>