Commit a68f7e4b by chongli

爱玩会员绑定一个销售一个会服

parent 7ec9c0c4
......@@ -98,7 +98,7 @@
WHERE
1 = 1
<if test="params.admUserId != null and params.admUserId != ''">
and c.admUserId = #{params.admUserId}
and (c.admUserId = #{params.admUserId} or c.admUserId2 = #{params.admUserId})
</if>
<if test="params.communeName != null and params.communeName != ''">
and a.userName like concat('%', #{params.communeName}, '%')
......@@ -139,7 +139,7 @@
WHERE
1 = 1
<if test="params.admUserId != null and params.admUserId != ''">
and c.admUserId = #{params.admUserId}
and (c.admUserId = #{params.admUserId} or c.admUserId2 = #{params.admUserId})
</if>
<if test="params.communeName != null and params.communeName != ''">
and a.userName like concat('%', #{params.communeName}, '%')
......
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 sign in to comment