智慧保安后台管理-外网项目备份
Administrator
2021-08-28 99240e80f8cc18c1944bc9f5c7e48c47c751cd45
src/main/java/org/springblade/modules/FTP/OutJson.java
@@ -152,7 +152,7 @@
    * @return
    */
   public static String TestJson(String fileName){
      File file = new File("D:\\"+fileName);
      File file = new File("D:\\anbao\\"+fileName);
      StringBuilder localStrBulider = new StringBuilder();
      if(file.isFile() && file.exists()) {
         try {