记得上下班打卡 | git大法好,push需谨慎

Commit e37f28d5 authored by zhengfuxin's avatar zhengfuxin

修改bug

parent 8e61b88f
......@@ -18,7 +18,7 @@
select count(1) from kylin_recommend_active
where (#{startTime} BETWEEN start_time and end_time
or #{endTime} BETWEEN start_time and end_time) and active_type=#{activeType} and active_bind_id=#{activeBindId}
<if test="kylinRecommendActive.recommendId !=null">
<if test="recommendId !=null">
and recommend_id != #{recommendId}
</if>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment