Commit 62df3930803eb2b64e538efe6e001911ce953152
1 parent
92c2d390
运营服务阶段报表报错问题修复;统计日报导出表样式更新。
Showing
3 changed files
with
4 additions
and
4 deletions
src/main/java/com/bsth/service/forms/impl/FormsServiceImpl.java
| ... | ... | @@ -2414,15 +2414,15 @@ public class FormsServiceImpl implements FormsService { |
| 2414 | 2414 | dlbObjList.add(startDate); |
| 2415 | 2415 | dlbObjList.add(endDate); |
| 2416 | 2416 | if(!xlbm.equals("")){ |
| 2417 | - ylbSql += " and xlbm = ? "; | |
| 2417 | + dlbSql += " and xlbm = ? "; | |
| 2418 | 2418 | dlbObjList.add(xlbm); |
| 2419 | 2419 | } |
| 2420 | 2420 | if(!gsdm.equals("")){ |
| 2421 | - ylbSql += " and ssgsdm = ? "; | |
| 2421 | + dlbSql += " and ssgsdm = ? "; | |
| 2422 | 2422 | dlbObjList.add(gsdm); |
| 2423 | 2423 | } |
| 2424 | 2424 | if(!fgsdm.equals("")){ |
| 2425 | - ylbSql += " and fgsdm = ? "; | |
| 2425 | + dlbSql += " and fgsdm = ? "; | |
| 2426 | 2426 | dlbObjList.add(fgsdm); |
| 2427 | 2427 | } |
| 2428 | 2428 | List<Dlb> dlbList= jdbcTemplate.query(dlbSql, dlbObjList.toArray(), new RowMapper<Dlb>() { | ... | ... |
src/main/resources/static/pages/forms/mould/statisticsDaily_.xls
No preview for this file type
src/main/resources/static/pages/oil/list_ph.html