|  | @ -345,7 +345,7 @@ public class PrescriptionInfoController extends BaseController{
 | 
	
		
			
				|  |  |     @ApiOperation(value = "获取调整处方模板")
 | 
	
		
			
				|  |  |     public String getPrescriptionTemp(){
 | 
	
		
			
				|  |  |         try {
 | 
	
		
			
				|  |  |             return write(200, "操作成功!", "data",adapter.modeTopresInfo(""));
 | 
	
		
			
				|  |  |             return write(200, "操作成功!", "data",prescriptionInfoService.getPrescriptionTemp(getUID()));
 | 
	
		
			
				|  |  |         } catch (Exception e) {
 | 
	
		
			
				|  |  |             error(e);
 | 
	
		
			
				|  |  |             return error(-1, "查询失败!");
 |