Commit ecfdcc98d96fb2e0d37623eb42d0fded253df00a
1 parent
14ac7c52
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/history/HistoryConsumeTimeDataHandler.java
| ... | ... | @@ -235,7 +235,7 @@ public class HistoryConsumeTimeDataHandler { |
| 235 | 235 | dt.minusDays(7);//减7天 |
| 236 | 236 | String rq = dt.toString("yyyyMMdd "); |
| 237 | 237 | |
| 238 | - rq = "20180626"; | |
| 238 | + //rq = "20180626"; | |
| 239 | 239 | String sql = "select * from bsth_h_consume_time where rq=" + rq; |
| 240 | 240 | JdbcTemplate jdbcTemplate = new JdbcTemplate(DBUtils_InfoPublish.getDataSource()); |
| 241 | 241 | List<StationConsumeTime> list = | ... | ... |