瀏覽代碼

行为记录链接

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">