xiaof 3 年之前
父節點
當前提交
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,