|  | @ -219,7 +219,7 @@ public class PrescriptionInfoController extends BaseController{
 | 
												
													
														
															|  |                                                   @RequestParam(required = false) @ApiParam(value = "页数", name = "page")Integer page,
 |  |                                                   @RequestParam(required = false) @ApiParam(value = "页数", name = "page")Integer page,
 | 
												
													
														
															|  |                                                   @RequestParam(required = false) @ApiParam(value = "每页大小", name = "size")Integer size){
 |  |                                                   @RequestParam(required = false) @ApiParam(value = "每页大小", name = "size")Integer size){
 | 
												
													
														
															|  |         try {
 |  |         try {
 | 
												
													
														
															|  |             return write(200, "操作成功!", "data",prescriptionInfoService.getHDoctorPrescriptionExpressage(teamCode,type,"915ccc97-5b1d-11e6-8344-fa163e8aee56",nameKey,startDate,endDate,hospital,state,page,size));
 |  | 
 | 
												
													
														
															|  | 
 |  |             return write(200, "操作成功!", "data",prescriptionInfoService.getHDoctorPrescriptionExpressage(teamCode,type,getRepUID(),nameKey,startDate,endDate,hospital,state,page,size));
 | 
												
													
														
															|  |         } catch (Exception e) {
 |  |         } catch (Exception e) {
 | 
												
													
														
															|  |             error(e);
 |  |             error(e);
 | 
												
													
														
															|  |             return error(-1, "查询失败!");
 |  |             return error(-1, "查询失败!");
 | 
												
											
												
													
														
															|  | @ -353,8 +353,7 @@ public class PrescriptionInfoController extends BaseController{
 | 
												
													
														
															|  |     @ApiOperation(value = "获取调整处方模板")
 |  |     @ApiOperation(value = "获取调整处方模板")
 | 
												
													
														
															|  |     public String getPrescriptionTemp(){
 |  |     public String getPrescriptionTemp(){
 | 
												
													
														
															|  |         try {
 |  |         try {
 | 
												
													
														
															|  | //            return write(200, "操作成功!", "data",prescriptionInfoService.getPrescriptionTemp(getUID()));
 |  | 
 | 
												
													
														
															|  |             return write(200, "操作成功!", "data",prescriptionInfoService.getPrescriptionTemp("1"));
 |  | 
 | 
												
													
														
															|  | 
 |  |             return write(200, "操作成功!", "data",prescriptionInfoService.getPrescriptionTemp(getUID()));
 | 
												
													
														
															|  |         } catch (Exception e) {
 |  |         } catch (Exception e) {
 | 
												
													
														
															|  |             error(e);
 |  |             error(e);
 | 
												
													
														
															|  |             return error(-1, "查询失败!");
 |  |             return error(-1, "查询失败!");
 |