|  | @ -286,7 +286,7 @@ public class YkyyEntranceService {
 | 
												
													
														
															|  |         if(patientMappingDO==null){
 |  |         if(patientMappingDO==null){
 | 
												
													
														
															|  |             return new JSONArray();
 |  |             return new JSONArray();
 | 
												
													
														
															|  |         }
 |  |         }
 | 
												
													
														
															|  |         String sql ="select * from VLIS_REPORT_MASTER where PATIENT_ID = 'XMYK"+patientMappingDO.getMappingCode()+"'";
 |  | 
 | 
												
													
														
															|  | 
 |  |         String sql ="select * from VLIS_REPORT_MASTER where PATIENT_NO = 'XMYK"+patientMappingDO.getMappingCode()+"'";
 | 
												
													
														
															|  |         if(StringUtils.isNoneBlank(startTime)){
 |  |         if(StringUtils.isNoneBlank(startTime)){
 | 
												
													
														
															|  |             sql+=" and REPORT_TIME >= to_date('"+startTime+"', 'YYYY-MM-DD HH24:MI:SS')";
 |  |             sql+=" and REPORT_TIME >= to_date('"+startTime+"', 'YYYY-MM-DD HH24:MI:SS')";
 | 
												
													
														
															|  |         }
 |  |         }
 |