Commit 3efe43d3 by 徐高华

群发门店bug

parent 54f8fd67
......@@ -284,6 +284,10 @@
<foreach collection="memberIdList" item="item" separator="," open="(" close=")">
#{item}
</foreach>
and ecr.clerk_id in
<foreach collection="clerkIdList" item="item" separator="," open="(" close=")">
#{item}
</foreach>
) t where t.staffId is not null ORDER BY t.addFriendTime DESC
</select>
......
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