| | |
| | | import com.yeshi.fanli.dao.BaseMapper; |
| | | import com.yeshi.fanli.entity.order.dividents.TeamDividentsSourceOrderUserMap; |
| | | import com.yeshi.fanli.vo.order.TeamDividentsVO; |
| | | import com.yeshi.fanli.vo.order.TeamOrderVO; |
| | | |
| | | public interface TeamDividentsSourceOrderUserMapMapper extends BaseMapper<TeamDividentsSourceOrderUserMap> { |
| | | |
| | |
| | | @Param("maxTime") Date maxTime , @Param("key")String key); |
| | | |
| | | |
| | | List<TeamOrderVO> searchByOrderNoOrSourceUid(@Param("start") long start, @Param("count") int count, |
| | | @Param("targetUid") Long targetUid , @Param("key")String key); |
| | | |
| | | Long countSearchByOrderNoOrSourceUid(@Param("targetUid") Long targetUid , @Param("key")String key); |
| | | } |