Commit dbe11c65 authored by liwei's avatar liwei

修改了小程序切换商家的问题

parent b425bb44
......@@ -334,7 +334,7 @@
AND sun.user_id = #{userId}
</if>
<if test="wechatType !=null and wechatType != '' ">
AND sun.wechat_type = #{wechatType}
AND sun.wechat_type like concat('%',#{wechatType},'%')
</if>
AND sun.del_flag = 0
AND sun.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