|  | @ -366,7 +366,8 @@ public class EntranceService {
 | 
	
		
			
				|  |  |      * @throws Exception
 | 
	
		
			
				|  |  |      */
 | 
	
		
			
				|  |  |     public JSONArray BS30025(String PAT_NO,String startTime,String endTime,boolean demoFlag) throws Exception {
 | 
	
		
			
				|  |  |         String fid=BS30025; String resp = "";
 | 
	
		
			
				|  |  |         String fid=BS30025;
 | 
	
		
			
				|  |  |         String resp = "";
 | 
	
		
			
				|  |  |         if (demoFlag) {
 | 
	
		
			
				|  |  |             resp = getJosnFileResullt(fid);
 | 
	
		
			
				|  |  |         } else {
 | 
	
	
		
			
				|  | @ -384,7 +385,7 @@ public class EntranceService {
 | 
	
		
			
				|  |  |                 sbs.append("<query compy=\">=\" item=\"CON_DATE\" splice=\"and\" value=\"'" + startTime + "'\"/>");
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             if (StringUtils.isNotBlank(endTime)) {
 | 
	
		
			
				|  |  |                 sbs.append("<query compy=\"<\" item=\"CON_DATE\" splice=\"and\" value=\"'" + endTime + "'\"/>");
 | 
	
		
			
				|  |  |                 sbs.append("<query compy=\"<\" item=\"CON_DATE\" splice=\"and\" value=\"'" + endTime + "'\"/>");
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             //查询信息结束
 | 
	
		
			
				|  |  |             sbs.append("</MsgInfo></ESBEntry>");
 |