Commit 12eb11384c2a2964248dcf83c7de7a61c457729b
1 parent
4a670b6f
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/report/impl/ReportServiceImpl.java
| ... | ... | @@ -677,7 +677,7 @@ public class ReportServiceImpl implements ReportService{ |
| 677 | 677 | m.put("dir", rs.getString("xl_dir")); |
| 678 | 678 | m.put("ists", rs.getString("ists")!=null?rs.getString("ists"):""); |
| 679 | 679 | |
| 680 | - if(m.get("xh").equals("2")){ | |
| 680 | + if(rs.getString("xh").equals("2")){ | |
| 681 | 681 | String[] split = m.get("fcsj").toString().split(":"); |
| 682 | 682 | m.put("fcsj", Integer.valueOf(split[0]) + 24 + ":"+split[1]); |
| 683 | 683 | } | ... | ... |