提交 c31c117e 编写于 作者: wangxinxu's avatar wangxinxu

根据医生unionid获取doctorid和认证状态

上级 23354db8
流水线 #33920 已失败 于阶段
in 0 second
...@@ -1088,7 +1088,7 @@ ...@@ -1088,7 +1088,7 @@
</select> </select>
<select id="getDoctorByAcctId" resultType="com.pica.cloud.account.account.common.resp.DoctorUnionResp" parameterType="java.lang.Long"> <select id="getDoctorByAcctId" resultType="com.pica.cloud.account.account.common.resp.DoctorUnionResp" parameterType="java.lang.Long">
select d.id as doctirId, d.status select d.id as doctorId, d.status
from p_doctor d from p_doctor d
where d.acct_id = #{acctId} and d.delete_flag = 1 where d.acct_id = #{acctId} and d.delete_flag = 1
</select> </select>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册