zouxuan 11 months ago
parent
commit
9ff45749b0

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