|  | @@ -1241,6 +1241,7 @@ public class ExportServiceImpl implements ExportService {
 | 
	
		
			
				|  |  |      //分部云教练学员训练数据导出
 | 
	
		
			
				|  |  |      @Override
 | 
	
		
			
				|  |  |      public List cloudStudyStudentTrainData(Map<String, Object> info) {
 | 
	
		
			
				|  |  | +        info.put("tenantId", TenantContextHolder.getTenantId());
 | 
	
		
			
				|  |  |          int count = studentService.countOrganStudentData(info);
 | 
	
		
			
				|  |  |          if (count <= 0) {
 | 
	
		
			
				|  |  |              throw new BizException("没有可导出的记录");
 |