Commit d4bea770c4a528a2c8a8961dce565606622c5664
1 parent
043969f7
新增接口BUG修复
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/java/com/bsth/server_rs/bigdata/BigdataService.java
| ... | ... | @@ -1358,7 +1358,9 @@ public class BigdataService { |
| 1358 | 1358 | m.put("cl_zbh", ds.getNbbm()); |
| 1359 | 1359 | m.put("car_plate", CarBufferData.findOne(ds.getNbbm()).getCarPlate()); |
| 1360 | 1360 | m.put("remarks", (s==null?"":(s.getQdzName()+"->"+s.getZdzName()+";"))+ds.getRemark()); |
| 1361 | + list.add(m); | |
| 1361 | 1362 | } |
| 1363 | + d1.setTime(d1.getTime() + 1l*1000*60*60*24); | |
| 1362 | 1364 | } |
| 1363 | 1365 | |
| 1364 | 1366 | return list; | ... | ... |