zouxuan 2 лет назад
Родитель
Сommit
3c0ee97c15
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      mec-biz/src/main/resources/config/mybatis/ClassGroupMapper.xml

+ 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>