| | |
| | | } else { |
| | | one = new Participant(); |
| | | BeanUtils.copyProperties(saveParticipant, one); |
| | | one.setInsertTime(new Date()); |
| | | this.save(one); |
| | | } |
| | | } |
| | |
| | | public Page<CompetitionUser> getPeopleFromId(Page<UserCompetition> participantPage, Integer id, Integer state) { |
| | | return this.baseMapper.getPeopleFromId(participantPage, id, state); |
| | | } |
| | | @Override |
| | | public List<CompetitionUser> getPeopleFromId1(Page<UserCompetition> participantPage, Integer id, Integer state) { |
| | | return this.baseMapper.getPeopleFromId1(participantPage, id, state); |
| | | } |
| | | |
| | | @Override |
| | | public List<CompetitionUser> getPeoples(Integer id, Integer state) { |