|
|
@ -371,7 +371,7 @@ public class ExcelService implements IExcelService { |
|
|
|
//查询组别,并赋值
|
|
|
|
CompeteGroup competeGroup = competeGroupMapper.selectByPrimaryKey(competePlayer.getCompeteGroupId()); |
|
|
|
if (ObjectUtil.isNotNull(competeGroup)) { |
|
|
|
competeJoin.setCompeteGroup(competePlayer.getName()); |
|
|
|
competeJoin.setCompeteGroup(competeGroup.getGroupName()); |
|
|
|
} |
|
|
|
// //身份证明查询,并赋值
|
|
|
|
// CommonFile commonFile = commonFileMapper.selectByPrimaryKey(competePlayer.getIdCardFrontFile());
|
|
|
|