Compare commits

...

2 Commits

1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@
where a.is_activity = 1
and a.status = 1
<if test="params.startTime!=null and params.startTime!=''">
and a.start_time &lt;= #{params.startTime}
and a.end_time >= #{params.startTime}
</if>
<if test="params.type!=null and params.type!=''">