|
@@ -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" +
|