소스 검색

行为记录链接

Duan_xu 2 년 전
부모
커밋
46b35d937e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/ClubReport.xml

+ 1 - 1
src/main/resources/mapper/ClubReport.xml

@@ -25,7 +25,7 @@
                 and p.name LIKE concat('%',#{keyWord},'%')
             </if>
         </where>
-        ORDER BY cmc.`addTime` DESC
+        ORDER BY p.productId DESC
     </select>
 
     <select id="reportList" resultType="com.caimei365.user.model.vo.ReportVo">