|
@ -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 {
|