소스 검색

机构列表排序

plf 4 년 전
부모
커밋
32bffa8525
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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,