hgw 4 лет назад
Родитель
Сommit
b76270b403
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/TenantCloudCourseRecordMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/TenantCloudCourseRecordMapper.xml

@@ -21,7 +21,7 @@
         select a.id_ as id,
         select a.id_ as id,
         b.id_ as courseId,
         b.id_ as courseId,
         o.name_ as organName,
         o.name_ as organName,
-        t.id_ as tenantId
+        t.id_ as tenantId,
         t.name_ as tenantName,
         t.name_ as tenantName,
         b.type_ as type,
         b.type_ as type,
         s.real_name_ as teacherName,
         s.real_name_ as teacherName,