Commit d2d89d44 by 徐高华

Merge branch 'master_xgh_我的客户迭代' into 'developer'

群发门店bug

See merge request !468
parents 04918918 3efe43d3
...@@ -284,6 +284,10 @@ ...@@ -284,6 +284,10 @@
<foreach collection="memberIdList" item="item" separator="," open="(" close=")"> <foreach collection="memberIdList" item="item" separator="," open="(" close=")">
#{item} #{item}
</foreach> </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 ) t where t.staffId is not null ORDER BY t.addFriendTime DESC
</select> </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