yumeng 5 سال پیش
والد
کامیت
f5aac85105
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      module-report/src/main/java/cn/com/ctop/bytedance/mapper/xml/MaterialReportMapper.xml

+ 1 - 1
module-report/src/main/java/cn/com/ctop/bytedance/mapper/xml/MaterialReportMapper.xml

@@ -284,7 +284,7 @@
             </if>
         </where>
         group by t2.signature
-        order by (t2.charge) desc
+        order by sum(t2.charge) desc
         limit 100
     </select>