Procházet zdrojové kódy

行为记录链接

Duan_xu před 2 roky
rodič
revize
46b35d937e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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">