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

返回status

上级 fae38e21
...@@ -30,4 +30,6 @@ public class HospitalSaasUserEditResp { ...@@ -30,4 +30,6 @@ public class HospitalSaasUserEditResp {
private List<Long> roleIds; private List<Long> roleIds;
private Integer acctId; private Integer acctId;
private Integer status;
} }
...@@ -450,7 +450,8 @@ ...@@ -450,7 +450,8 @@
p.mobile_phone as mobile, p.mobile_phone as mobile,
p.comment as comment, p.comment as comment,
p.password as password, p.password as password,
p.acct_id as acctId p.acct_id as acctId,
p.status as status
from p_doctor as p from p_doctor as p
where p.id = #{id, jdbcType=INTEGER} where p.id = #{id, jdbcType=INTEGER}
and p.delete_flag = 1 and p.delete_flag = 1
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册