|
|
@ -582,6 +582,7 @@ public class ExcelService implements IExcelService { |
|
|
|
int coach = 0; |
|
|
|
CompeteCoachExample competeCoachExample = new CompeteCoachExample(); |
|
|
|
competeCoachExample.createCriteria().andCompanyIdEqualTo(competeCompany.getId()).andIdentityEqualTo((byte) coach); |
|
|
|
List<CompeteCoach> competeCoachList = competeCoachMapper.selectByExample(competeCoachExample); |
|
|
|
long count = competeCoachMapper.countByExample(competeCoachExample); |
|
|
|
//每个公司的领队数量
|
|
|
|
CompeteCoachExample competeCoachExample1 = new CompeteCoachExample(); |
|
|
|