| | |
| | | package com.yeshi.fanli.service.impl.user.invite;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import javax.annotation.Resource;
|
| | |
|
| | | import org.springframework.stereotype.Service;
|
| | |
| | | userInviteSeparateMapper.updateStateByWorkerIdAndBossId(workerId, bossId, state);
|
| | | }
|
| | |
|
| | |
|
| | | @Override
|
| | | public UserInviteSeparate selectByWorkerIdAndBossId(Long workerId, Long bossId) {
|
| | | return userInviteSeparateMapper.selectByWorkerIdAndBossId(workerId, bossId);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public List<UserInviteSeparate> getHandleOverdue(int start, int count) {
|
| | | return userInviteSeparateMapper.getHandleOverdue(start, count);
|
| | | }
|
| | | |
| | | }
|