Browse Source

1、机构账户修改conf应该改默认值
2、subject/queryPageTree 接口没有数据隔离

zouxuan 3 years ago
parent
commit
be71bcfd56
1 changed files with 0 additions and 1 deletions
  1. 0 1
      mec-biz/src/main/resources/config/mybatis/SubjectMapper.xml

+ 0 - 1
mec-biz/src/main/resources/config/mybatis/SubjectMapper.xml

@@ -174,7 +174,6 @@
 
     <sql id="querySubPageSql">
         <where>
-            tenant_id_ = #{tenantId}
             <if test="parentId != null">
                 AND parent_subject_id_ = #{parentId}
             </if>