|  | @ -215,9 +215,6 @@ public class YkyyEntranceService {
 | 
	
		
			
				|  |  |         if (jsonArray.size() == 0) {
 | 
	
		
			
				|  |  |             return null;
 | 
	
		
			
				|  |  |         }
 | 
	
		
			
				|  |  | //        String tmp = "{\"JZXH\":2395594,\"SFZH\":\"350203201411221635\",\"ZDMC\":\"结膜炎\",\"YSDM\":\"1785\",\"BRXZ\":\"医保\",\"JZKH\":\"DA6736810\",\"KDYS\":\"况坤\",\"KSDM\":112,\"BRID\":1175116,\"BRXM\":\"王竣皓\",\"SJHM\":null,\"KSSJ\":\"2020/04/28 20:56:34\",\"KSMC\":\"眼整形专科\"}";
 | 
	
		
			
				|  |  | //        JSONArray jsonArray = new JSONArray();
 | 
	
		
			
				|  |  | //        jsonArray.add(JSONObject.parse(tmp));
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |         List<WlyyOutpatientVO> wlyyOutpatientVOS = new ArrayList<>();
 | 
	
		
			
				|  |  |         WlyyOutpatientVO wlyyOutpatientVO;
 | 
	
	
		
			
				|  | @ -270,7 +267,7 @@ public class YkyyEntranceService {
 | 
	
		
			
				|  |  |      * @throws Exception
 | 
	
		
			
				|  |  |      */
 | 
	
		
			
				|  |  |     public JSONArray getUnsettledPrescription() throws Exception{
 | 
	
		
			
				|  |  |         String sql = "SELECT h.BRID,h.CFSB from HLW_CF01 h WHERE h.SPZT = 1 and h.FKZT = 0";
 | 
	
		
			
				|  |  |         String sql = "SELECT h.BRID,h.CFSB from v_ms_dd01 h WHERE h.SPZT = 1 and h.FKZT = 0";
 | 
	
		
			
				|  |  |         Map<String,Object> params = new HashedMap();
 | 
	
		
			
				|  |  |         params.put("sql",sql);
 | 
	
		
			
				|  |  |         HttpResponse response = HttpUtils.doGet(url,params);
 |