hdw
2018-11-20 6322bb90efd6357d803af0eb68252872c6fe4909
后台参数修改
1个文件已修改
2 ■■■ 已修改文件
gx_tieta/src/com/fgkj/actions/MyFileAction.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/src/com/fgkj/actions/MyFileAction.java
@@ -211,7 +211,7 @@
        ServiceModel model = new ServiceModel();
        String loadpath = ActionUtil.getSession().getServletContext().getRealPath("/");
        String str = new File(loadpath).getParentFile().getAbsolutePath();    
        if(binf != null && binf.getStationId() != null && binf.getStationName() != null){
        if(binf != null && binf.getStationId() != null && binf.getVideoOrImage() != null){
            String filesource = str+File.separator+fileRoot+File.separator+binf.getStationId()+File.separator+binf.getVideoOrImage()+File.separator;                //当前请求的机房所在的资源文件夹
            //System.out.println(filesource);
            File source = new File(filesource);