Commit f4bafc14 authored by duanruiming's avatar duanruiming

[update] 实时监控->解决查询bug

parent c807b63f
......@@ -38,7 +38,7 @@
where scene_id = #{sceneId} and strategy_id = #{strategyId}
</select>
<select id="selectIdBySceneNum">
<select id="selectIdBySceneNum" resultType="Integer">
select
max( id )
from
......
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