zouxuan 2 năm trước cách đây
mục cha
commit
3c0ee97c15

+ 0 - 3
mec-biz/src/main/resources/config/mybatis/ClassGroupMapper.xml

@@ -413,9 +413,6 @@
             <if test="userId != null">
                 AND cgsm.user_id_ = #{userId}
             </if>
-            <if test="tenantId != null">
-                AND cgsm.tenant_id_ = #{tenantId}
-            </if>
             <if test="search != null and search != ''">
                 AND cg.name_ LIKE CONCAT('%',#{search},'%')
             </if>