Commit 7227cfd1 by 徐高华

群发成员查询逻辑回退

parent 3efe43d3
...@@ -284,10 +284,6 @@ ...@@ -284,10 +284,6 @@
<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