| 
					
				 | 
			
			
				@ -35,7 +35,7 @@ public class PresModeAdapter { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     * @return 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     * @throws Exception 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public JSONArray modeTopresInfo(String json) throws Exception{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public JSONArray modeTopresInfo(String json){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        try{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            JSONObject oldJson = JSONObject.parseObject(json); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String dataStr = oldJson.getString("data"); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -109,7 +109,7 @@ public class PresModeAdapter { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     * @return 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     * @throws Exception 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public JSONArray modeToPrescription(String json)throws Exception{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public JSONArray modeToPrescription(String json){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        try{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            JSONObject oldJson = JSONObject.parseObject(json); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            JSONObject data = oldJson.getJSONObject("data"); 
			 |