|
@ -476,6 +476,10 @@ public class DoctorController extends BaseController {
|
|
|
json.put("level", temp.getLevel().intValue());
|
|
|
//身份证号
|
|
|
json.put("idcard", temp.getIdcard());
|
|
|
//是否认证
|
|
|
json.put("isCertified", temp.getIscertified());
|
|
|
//是否名医
|
|
|
json.put("isFamous", temp.getIsFamous());
|
|
|
|
|
|
return write(200, "医生信息查询成功!", "data", json);
|
|
|
} else {
|