|
@ -130,7 +130,7 @@ public class PatientPrescriptionInfoController extends BaseController {
|
|
|
public String isAuthentication(@RequestParam(required = true,value="doctorCode")@ApiParam(required = true,name="doctorCode",value="医生的code")String doctorCode){
|
|
|
try {
|
|
|
//0de6a26a62dd11e69faffa163e8aee56
|
|
|
JSONObject data = doctorInfoService.isAuthentication(getRepUID());
|
|
|
JSONObject data = doctorInfoService.isAuthentication(doctorCode);
|
|
|
return write(200, "获取信息成功!", "data", data);
|
|
|
}catch (Exception e) {
|
|
|
error(e);
|