wzy
2021-01-13 a06b3e165297c90b974cf5e516912873ae827d00
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 {