提交 db431a12 编写于 作者: peijun.zhao's avatar peijun.zhao

add batch 获取微信用户信息

上级 99dc93fc
流水线 #30254 已失败 于阶段
in 0 second
......@@ -1075,7 +1075,6 @@
select u.union_id as unionId, d.id as doctorId from p_doctor d
join account_info a on d.acct_id = a.id
join account_union u on a.id = u.acct_id
-- where d.id = #{doctorId}
where d.id in
<foreach collection="list" item="item" index="index" open="(" close=")" separator=",">
#{item}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册