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

Commit 0375cd54 authored by sangchunxi's avatar sangchunxi

Merge remote-tracking branch 'origin/0727RecommendActive' into 0727RecommendActive

parents eff66aa6 6b1c95f4
......@@ -17,7 +17,7 @@
<select id="validateTime" parameterType="com.liquidnet.service.kylin.entity.KylinRecommendActive" resultType="int">
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} and mid != #{mid}
or #{endTime} BETWEEN start_time and end_time) and active_type=#{activeType} and active_bind_id=#{activeBindId} and recommend_id != #{recommendId}
</select>
<select id="getBybindId" resultMap="BaseResultMap">
......
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