|  | @ -221,9 +221,6 @@ public class YkyyEntranceService {
 | 
												
													
														
															|  |         if (jsonArray.size() == 0) {
 |  |         if (jsonArray.size() == 0) {
 | 
												
													
														
															|  |             return null;
 |  |             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<>();
 |  |         List<WlyyOutpatientVO> wlyyOutpatientVOS = new ArrayList<>();
 | 
												
													
														
															|  |         WlyyOutpatientVO wlyyOutpatientVO;
 |  |         WlyyOutpatientVO wlyyOutpatientVO;
 | 
												
											
												
													
														
															|  | @ -276,7 +273,7 @@ public class YkyyEntranceService {
 | 
												
													
														
															|  |      * @throws Exception
 |  |      * @throws Exception
 | 
												
													
														
															|  |      */
 |  |      */
 | 
												
													
														
															|  |     public JSONArray getUnsettledPrescription() 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();
 |  |         Map<String,Object> params = new HashedMap();
 | 
												
													
														
															|  |         params.put("sql",sql);
 |  |         params.put("sql",sql);
 | 
												
													
														
															|  |         HttpResponse response = HttpUtils.doGet(url,params);
 |  |         HttpResponse response = HttpUtils.doGet(url,params);
 |