|
|
@@ -36,11 +36,8 @@ |
|
|
<if test=" null != type "> and `type` = #{type} </if> |
|
|
<if test=" null != type "> and `type` = #{type} </if> |
|
|
<if test=" null != tenantId "> and `tenant_id` = #{tenantId} </if> |
|
|
<if test=" null != tenantId "> and `tenant_id` = #{tenantId} </if> |
|
|
<if test=" null != open "> and `open` = #{open} </if> |
|
|
<if test=" null != open "> and `open` = #{open} </if> |
|
|
<if test="1 == msgType"> |
|
|
|
|
|
and id not in( |
|
|
|
|
|
select id from wx_msg_validationcode_model where content like '<%' and `tenant_id` = #{tenantId} |
|
|
|
|
|
) |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != msgType "> and `msg_type` = #{msgType} </if> |
|
|
|
|
|
<if test=" null != roleType "> and `role_type` = #{roleType} </if> |
|
|
|
|
|
|
|
|
<if test=" null != ids "> |
|
|
<if test=" null != ids "> |
|
|
and id in |
|
|
and id in |
|
|
|