935090232@qq.com
2021-01-15 e971ea090aa1f320f3c3f78c3a2a8d50f16dd4d0
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 {