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

返回医生认证状态

上级 8b98d858
流水线 #51351 已失败 于阶段
...@@ -34,4 +34,8 @@ public class HospitalSaasUserDto { ...@@ -34,4 +34,8 @@ public class HospitalSaasUserDto {
private String roleName; private String roleName;
@ApiModelProperty("saas系统管理员标识 0 不是 1是") @ApiModelProperty("saas系统管理员标识 0 不是 1是")
private Integer adminSaasFlag = 0; private Integer adminSaasFlag = 0;
@ApiModelProperty("认证状态 3已认证")
private Integer status = 0;
} }
...@@ -434,7 +434,8 @@ ...@@ -434,7 +434,8 @@
p.name as name, p.name as name,
p.hospital_id as hospitalId, p.hospital_id as hospitalId,
p.mobile_phone as mobile, p.mobile_phone as mobile,
p.comment as comment p.comment as comment,
p.status
from p_doctor as p from p_doctor as p
where where
<include refid="select_list_page"></include> <include refid="select_list_page"></include>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册