提交 fb549fd6 作者: zhenjie

参与活动修改

上级 5fbc20ca
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
select select
<include refid="activity_column"/> <include refid="activity_column"/>
from activity ac from activity ac
where ac.is_deleted = 0 and ac.activity_status = 0 and ( NOW() >= ac.start_time and ac.end_time >= NOW() ) and where ac.is_deleted = 0 and ac.activity_status = 1 and ( NOW() >= ac.start_time and ac.end_time >= NOW() ) and
ac.activity_type = ac.activity_type =
#{activityType} #{activityType}
</select> </select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论