trick9191 8 лет назад
Родитель
Сommit
91b39e6c22

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/prescription/PrescriptionInfoController.java

@ -398,7 +398,7 @@ public class PrescriptionInfoController extends BaseController{
    }
    @RequestMapping(value = "/getRegisterRee" ,method = RequestMethod.GET)
    @ApiOperation(value = "获取诊金下拉列表")
    @ApiOperation(value = "获取挂号费+诊察费下拉列表")
    public String getRegisterRee(@RequestParam(required = true)@ApiParam(name="jwHospital",value="开方机构")String jwHospital,
                                 @RequestParam(required = true)@ApiParam(name="jwDoctorCode",value="开方医生Code")String jwDoctorCode){
        try {