Authored by ping

update

... ... @@ -201,7 +201,7 @@
</select>
<select id="selectRealUserCountByActivityIds" resultType="java.util.Map">
select activity_id, count(activity_id) nums from drawline_user_queue where status=1 and user_type=1
and create_time between #{beginTime} and #{entTime}
and create_time between #{beginTime} and #{endTime}
and activity_id in (${activityIds}) group by activity_id
</select>
</mapper>
\ No newline at end of file
... ...