Commit 12eb11384c2a2964248dcf83c7de7a61c457729b

Authored by 娄高锋
1 parent 4a670b6f

update

src/main/java/com/bsth/service/report/impl/ReportServiceImpl.java
@@ -677,7 +677,7 @@ public class ReportServiceImpl implements ReportService{ @@ -677,7 +677,7 @@ public class ReportServiceImpl implements ReportService{
677 m.put("dir", rs.getString("xl_dir")); 677 m.put("dir", rs.getString("xl_dir"));
678 m.put("ists", rs.getString("ists")!=null?rs.getString("ists"):""); 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 String[] split = m.get("fcsj").toString().split(":"); 681 String[] split = m.get("fcsj").toString().split(":");
682 m.put("fcsj", Integer.valueOf(split[0]) + 24 + ":"+split[1]); 682 m.put("fcsj", Integer.valueOf(split[0]) + 24 + ":"+split[1]);
683 } 683 }