xiaof 3 years ago
parent
commit
b83bba5e5b
1 changed files with 1 additions and 1 deletions
  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.school_id as school_id,
             so.code,
             so.code,
             so.name,
             so.name,
-            so.`type`,
+            so.`type` type,
             so.parent_id as parentId,
             so.parent_id as parentId,
             so.enable,
             so.enable,
             bc.id as campusId,
             bc.id as campusId,