Commit cca5d5e5 authored by liwei's avatar liwei

修改了查询bug

parent e83aaf6f
......@@ -191,7 +191,7 @@
AND su.business_id = #{userId}
</if>
<if test="wechatType !=null and wechatType != '' ">
AND sun.wechat_type = #{wechatType}
AND sun.wechat_type like concat('%',#{wechatType},'%')
</if>
AND su.del_flag = 0
AND su.flag =1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment