Browse Source

海沧医保接口

wangzhinan 2 years ago
parent
commit
436b0fc3fd

+ 4 - 0
svr/svr-internet-hospital/src/main/java/com/yihu/jw/hospital/endpoint/patient/PatientNoLoginEndPoint.java

@ -423,7 +423,11 @@ public class PatientNoLoginEndPoint extends EnvelopRestEndpoint {
                                     @RequestParam(value = "withWork", required = false)String withWork,
                                     @ApiParam(name = "patient", value = "患者code")
                                         @RequestParam(value = "patient", required = false)String patient)throws Exception{
        try {
            return success(prescriptionService.findDoctorInfo(doctor,idcard,withWork,patient));
        } catch (Exception e){
            return  failedException(e);
        }
    }