Quellcode durchsuchen

使用自己的 kafka

martin vor 2 Jahren
Ursprung
Commit
bea7c7f321

+ 1 - 1
simulation-resource-server/src/main/java/com/css/simulation/resource/home/mapper/HomePageMapper.java

@@ -73,7 +73,7 @@ public interface HomePageMapper {
 
     List<LineChartVO> selectRunProjectChart(Map<String, String> param);
 
-    @Select("select *\n" +
+    @Select("select count(*)\n" +
             "from simulation_manual_project_task smpt\n" +
             "         left join simulation_manual_project smp on smpt.p_id = smp.id\n" +
             "         left join simulation_automatic_subproject sas on smpt.p_id = sas.id\n" +