yumeng пре 5 година
родитељ
комит
a55fb3a440

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

@@ -78,6 +78,7 @@
       ctop_kuaishou_report_daily_account
       where stat_date <= #{startDate}
       and  stat_date >= #{endDate}
+      group by stat_date
       order by stat_date desc
     </select>
 

+ 0 - 1
module-report/src/main/java/cn/com/ctop/bytedance/service/impl/BytedanceReportServiceImpl.java

@@ -633,7 +633,6 @@ public class BytedanceReportServiceImpl implements IBytedanceReportService {
             e.printStackTrace();
         }
 
-
         System.err.println(reportList);
         return reportList;
     }