Commit 2f793997a61a43426058a266faaa151015d0091a
1 parent
4a6f4bc4
1.加入统计项接口/statistis
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/server_rs/statistic/StatisticRestService.java
| @@ -41,6 +41,6 @@ public class StatisticRestService { | @@ -41,6 +41,6 @@ public class StatisticRestService { | ||
| 41 | if (dateTime.isAfterNow() || dateTime.plusDays(15).isBeforeNow()) { | 41 | if (dateTime.isAfterNow() || dateTime.plusDays(15).isBeforeNow()) { |
| 42 | return new ArrayList<>(); | 42 | return new ArrayList<>(); |
| 43 | } | 43 | } |
| 44 | - return jdbcTemplate.queryForList("select date, xl, xl_name, jhcc, sjcc, jhyylc, sjyylc,jhbc, sjbc, jhsmbcs, sjsmbczds,jhszfcs, sjszfczds from bsth_c_calc_count where date = ?", rq); | 44 | + return jdbcTemplate.queryForList("select date rq, xl lineCode, xl_name lineName, jhcc planBus, sjcc actualBus, jhyylc planServiceMileages, sjyylc actualServiceMileages,jhbc planShifts, sjbc actualShifts, jhsmbcs planFalShifts, sjsmbczds actualFalPunctual,jhszfcs planFsdShifts, sjszfczds actualFsdPunctual from bsth_c_calc_count where date = ?", rq); |
| 45 | } | 45 | } |
| 46 | } | 46 | } |