浏览代码

行为记录链接

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