zouxuan 1 년 전
부모
커밋
9ff45749b0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/ExportServiceImpl.java

+ 1 - 0
mec-biz/src/main/java/com/ym/mec/biz/service/impl/ExportServiceImpl.java

@@ -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("没有可导出的记录");