xiaof 3 лет назад
Родитель
Сommit
b83bba5e5b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      teachcloud-common/src/main/resources/mapper/SysOrgMapper.xml

+ 1 - 1
teachcloud-common/src/main/resources/mapper/SysOrgMapper.xml

@@ -41,7 +41,7 @@
             so.school_id as school_id,
             so.code,
             so.name,
-            so.`type`,
+            so.`type` type,
             so.parent_id as parentId,
             so.enable,
             bc.id as campusId,