|  | @@ -1069,10 +1069,10 @@
 | 
	
		
			
				|  |  |              AND FIND_IN_SET(mg.organ_id_,#{queryInfo.organId})
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  |          <if test="queryInfo.startDate != null">
 | 
	
		
			
				|  |  | -            AND mgq.create_time_ >= #{queryInfo.startDate}
 | 
	
		
			
				|  |  | +            AND DATE_FORMAT(mgq.create_time_,'%Y-%m-%d') >= #{queryInfo.startDate}
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  |          <if test="queryInfo.endDate != null">
 | 
	
		
			
				|  |  | -            AND mgq.create_time_ <= #{queryInfo.endDate}
 | 
	
		
			
				|  |  | +            AND DATE_FORMAT(mgq.create_time_,'%Y-%m-%d') <= #{queryInfo.endDate}
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  |      </select>
 | 
	
		
			
				|  |  |  </mapper>
 |