yujian
2019-08-21 7f2f5ef5637a6871f4329e464eeba97eb59e94a3
fanli/src/main/java/com/yeshi/fanli/service/inter/integral/IntegralTaskRecordService.java
@@ -78,4 +78,21 @@
    */
   public Integer receiveGoldCoin(Long uid, Set<Long> idList) throws IntegralTaskRecordException;
   /**
    * 返回领取列表
    * @param count
    * @param uid
    * @param idList
    * @return
    */
   public List<IntegralTaskRecord> listNotReceivedExcludeId(int count, long uid, Set<Long> idList);
   /**
    * 领取所有
    * @param uid
    * @return
    * @throws IntegralTaskRecordException
    */
   public Integer receiveGoldCoinALL(Long uid) throws IntegralTaskRecordException;
}