yujian
2020-04-02 0ec22dcf4fd9c4496e6f681e7fab89f56c6e4e8a
fanli/src/main/java/com/yeshi/fanli/service/impl/user/SpreadUserImgServiceImpl.java
@@ -53,9 +53,6 @@
   
   @Resource
   private SpreadImgService spreadImgService;
   @Override
   public void addUserInviteImg(Long uid, String imgUrl) {
@@ -473,6 +470,5 @@
      String rootPath=Thread.currentThread().getContextClassLoader().getResource("").getPath();   
      rootPath = rootPath.substring(1,rootPath.indexOf("WEB-INF"));   
      return rootPath;
   }
   }
}