lxw
2022-03-24 551ee598531b1e7f548a490d59426eeb6915a7fe
//A059一体机导出文件名
1个文件已修改
2 ■■■ 已修改文件
src/com/fgkj/dao/impl/BattInfImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | 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;
    }