Pārlūkot izejas kodu

行为记录链接

Duan_xu 2 gadi atpakaļ
vecāks
revīzija
46b35d937e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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">