src/com/fgkj/dao/impl/BattInfImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/com/fgkj/dao/impl/BattInfImpl.java
@@ -3570,7 +3570,7 @@ if(list!=null&&list.size()>0){ BattInf binf= (BattInf) list.get(list.size()-1); excelName=binf.getStationName1()+"-"+binf.getStationName2()+"-"+binf.getStationName5()+"-"+binf.getStationName3() +"-"+DAOHelper.sdfwithOut.format(binf.getBattProductDate())+"-"+(int)((float)binf.getMonCapStd())+"AH"+"-"+binf.getBattGroupName(); +"-"+DAOHelper.sdfwithOutday.format(binf.getBattProductDate()).replace("_","年")+"月-"+(int)((float)binf.getMonCapStd())+"AH"+"-"+binf.getBattGroupName(); } return excelName; }