| | |
| | | TeamEincomeRecord selectByPrimaryKeyForUpdate(Long id); |
| | | |
| | | List<TeamEincomeRecord> listByUidAndPreRecieveTimeAndState(@Param("uid") Long uid, |
| | | @Param("preRecieveTime") Date preRecieveTime, @Param("state") int state); |
| | | @Param("preRecieveTime") Date preRecieveTime, @Param("typeList") List<Integer> typeList, |
| | | @Param("state") int state); |
| | | |
| | | public List<Long> listCanRecieveUid(@Param("preRecieveTime") Date preRecieveTime, |
| | | @Param("typeList") List<Integer> typeList,@Param("start") long start,@Param("count")int count); |
| | | |
| | | public long countCanRecieveUid(@Param("preRecieveTime") Date preRecieveTime, |
| | | @Param("typeList") List<Integer> typeList); |
| | | |
| | | } |