Commit c146dcd046ccceb6eb88ffd48bbabde841ca9134
1 parent
8e236189
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/server_rs/bigdata/BigdataService.java
| ... | ... | @@ -1295,7 +1295,7 @@ public class BigdataService { |
| 1295 | 1295 | String sql="select gs_bm,fgs_bm,real_exec_date,fcsj,fcsj_actual,xl_name,j_gh,j_name,cl_zbh,car_plate,remarks " |
| 1296 | 1296 | + " from bsth_c_s_sp_info_real r left join bsth_c_cars c on r.cl_zbh = c.inside_code " |
| 1297 | 1297 | + " where schedule_date_str>='"+starDate+"' and schedule_date_str<= '"+endDate+"' " |
| 1298 | - + " and adjust_exps like '%肇事%' " | |
| 1298 | + + " and adjust_exps like '%肇事%' and status = '-1' " | |
| 1299 | 1299 | + " order by real_exec_date, schedule_date_str, fcsj"; |
| 1300 | 1300 | |
| 1301 | 1301 | List<Map<String, Object>> list=jdbcTemplate.query(sql, | ... | ... |