admin
2019-02-26 2f50d551c02d5d62360d63fc40169fd14ef75114
fanli/src/main/java/com/yeshi/fanli/service/impl/user/SpreadUserImgServiceImpl.java
@@ -236,4 +236,10 @@
      return null;
   }
   @Override
   public int countUserSpreadImg(Long uid) {
      return (int) (spreadUserImgDao.getCount("select count(*) from SpreadUserImg u where u.uid=" + uid));
   }
}