소스 검색

1.机构小组接口调整

yuanliang 1 년 전
부모
커밋
3da64a71ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/StudentMapper.xml

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/StudentMapper.xml

@@ -358,7 +358,7 @@
         select ifnull(tenant_group_id_,-1) tenantGroupId, count(user_id_) count
         from student
         <where>
-            t.hide_flag_ = 0
+            hide_flag_ = 0
             <if test="tenantId != null">
                 AND tenant_id_ =#{tenantId}
             </if>