Explorar o código

机构列表排序

plf %!s(int64=4) %!d(string=hai) anos
pai
achega
32bffa8525
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/main/resources/mapper/ProductMapper.xml

+ 2 - 0
src/main/resources/mapper/ProductMapper.xml

@@ -22,7 +22,9 @@
             OR u.userName LIKE CONCAT('%',#{name}, '%')
             )
         </if>
+        ORDER BY u.registerTime DESC
     </select>
+
     <select id="findProductList" resultType="com.caimei.model.vo.ProductVo">
         select
         cop.id as productId,