|  | @ -562,9 +562,10 @@ public class BookingController extends WeixinBaseController {
 | 
												
													
														
															|  | 	public String GetPatientReservation(@ApiParam(name="orderId",value="订单id",defaultValue = "9")
 |  | 	public String GetPatientReservation(@ApiParam(name="orderId",value="订单id",defaultValue = "9")
 | 
												
													
														
															|  | 										 @RequestParam(value="orderId",required = true) String orderId) {
 |  | 										 @RequestParam(value="orderId",required = true) String orderId) {
 | 
												
													
														
															|  | 		try {
 |  | 		try {
 | 
												
													
														
															|  | 			PatientReservation obj =  patientReservationService.findById(orderId);
 |  | 
 | 
												
													
														
															|  | 			//id获取不到,用单号获取一遍
 |  | 
 | 
												
													
														
															|  | 			if(obj==null){
 |  | 
 | 
												
													
														
															|  | 
 |  | 			PatientReservation obj = null;
 | 
												
													
														
															|  | 
 |  | 			try{
 | 
												
													
														
															|  | 
 |  | 				obj =  patientReservationService.findById(orderId);
 | 
												
													
														
															|  | 
 |  | 			}catch (Exception e){
 | 
												
													
														
															|  | 				obj = patientReservationService.findByCode(orderId);
 |  | 				obj = patientReservationService.findByCode(orderId);
 | 
												
													
														
															|  | 			}
 |  | 			}
 | 
												
													
														
															|  | 			if(obj!=null) {
 |  | 			if(obj!=null) {
 |