提交 a2bd8643 编写于 作者: minghao.wu's avatar minghao.wu

fix: 认证用户状态值为3,6,7

上级 2751ba2e
......@@ -176,7 +176,9 @@ public class AnalysisController {
/**
* 未认证用户直接返回
*/
if (!doctor.getStatus().equals(CommonConstants.DOCTOR_STATUS_3)) {
if (!(doctor.getStatus().equals(CommonConstants.DOCTOR_STATUS_3) ||
doctor.getStatus().equals(CommonConstants.DOCTOR_STATUS_6) ||
doctor.getStatus().equals(CommonConstants.DOCTOR_STATUS_7) )) {
return ReturnUtil.getPicaResponse(PicaResultCode.INTERFACE_FORBID_VISIT);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册