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,