| 
					
				 | 
			
			
				@@ -73,10 +73,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             and xmmc like '%'||#{name}||'%' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <if test="startTime != null and startTime != ''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            and cjsj >= to_date(#{startTime}, 'YYYY-MM-DD') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            and cjsj >= TO_TIMESTAMP(#{startTime}, 'YYYY-MM-DD HH24:MI:SS') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <if test="endTime != null and endTime != ''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            and cjsj <= to_date(#{endTime}, 'YYYY-MM-DD') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            and cjsj <= TO_TIMESTAMP(#{endTime}, 'YYYY-MM-DD HH24:MI:SS') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         order by cjsj desc 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </select> 
			 |