瀏覽代碼

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>