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