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,