Commit 2173885e by guo_minglei@163.com

修改关键字

parent 964bf59b
......@@ -196,7 +196,7 @@
<select id="exist" resultType="java.lang.Integer">
select count(1)
from flow_status_snapshoot
where 'day' = #{date} and `hour` = #{hour}
where `day` = #{date} and `hour` = #{hour}
</select>
<select id="findByTime" resultMap="BaseResultMap">
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