| 
					
				 | 
			
			
				@@ -513,7 +513,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <select id="selectFsStoreOrderCount" resultType="int"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <select id="selectFsStoreOrderCountByParam" resultType="int"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         select  count(id) from fs_store_order 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <where> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="startTime != null and startTime != ''">AND date_format(create_time,'%y%m%d') >= date_format(#{startTime},'%y%m%d')</if> 
			 |