Commit fceef1eb by zt

修改

parent 77847dff
......@@ -9,7 +9,7 @@
<select id="getInfoByUpdateTime" resultType="com.foc.entity.SoundInfo">
select start_time as beginTime
from foc_sound_records
where start_time &gt;=#{updateTime} or end_time &gt;=#{updateTime}
where start_time &gt;=#{updateTime} or end_time &gt;=#{updateTime} limit 1
</select>
<select id="getInfo" resultType="com.foc.entity.SoundInfo">
......
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