提交 bd0afaab 作者: zhenjie

活动修改缺陷修复

上级 51db6049
......@@ -116,6 +116,9 @@
parameterType="com.mmc.iuav.user.entity.activity.ActivityDO">
select count(*) from activity ac
where ac.is_deleted = 0 and ac.activity_status = 1
<if test="id != null">
and ac.id != #{id}
</if>
<if test="startTime != null">
and ( #{startTime} >= ac.start_time and ac.end_time >= #{startTime} )
</if>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论