|
@ -256,7 +256,7 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint {
|
|
|
@ApiOperation(value = "判断是否可用发起门诊", notes = "判断是否可用发起门诊")
|
|
|
public ObjEnvelop checkOutpatient(@ApiParam(name = "patient", value = "续方明细")
|
|
|
@RequestParam(value = "patient", required = true)String patient)throws Exception{
|
|
|
return success(prescriptionService.checkOutpatient(patient));
|
|
|
return success(prescriptionService.checkOutpatient(patient,wxId));
|
|
|
}
|
|
|
|
|
|
@GetMapping(value = BaseHospitalRequestMapping.Prescription.findAllHospital)
|