admin
2019-01-23 11f7b5339af12ae57f3c95cc7543bcb86f88053c
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));
   }
}