jyy
2021-01-09 30f2f276ca35cae2bde763c58719f05c572f415b
zq-erp/src/main/java/com/matrix/system/hive/plugin/util/ImageUtil.java
@@ -74,7 +74,7 @@
      BufferedOutputStream bos = null;
      FileOutputStream fos = null;
      File file = null;
      String filePathAndName = savePath + fileDir + File.separator + fileName;
      String filePathAndName = fileDir + File.separator + fileName;
      BASE64Decoder decoder = new BASE64Decoder();
      byte[] bfile = new byte[0];
      try {