Explorar o código

行为记录链接

Duan_xu %!s(int64=2) %!d(string=hai) anos
pai
achega
46b35d937e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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">