zouxuan 2 سال پیش
والد
کامیت
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>