Commit 23067514 by qwmqiuwenmin

fix

parent 9f29b330
......@@ -258,7 +258,7 @@
where enterprise_id = #{enterpriseId}
and status_flag = 1
and member_id in
<foreach item="member_id" index="index" collection="sendMemberIds" open="(" separator="," close=")">
<foreach item="memberId" index="index" collection="sendMemberIds" open="(" separator="," close=")">
#{memberId, jdbcType=CHAR}
</foreach>
and wx_user_id in
......
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