Commit 1cc2c07c authored by tangwei's avatar tangwei

修改参数

parent d3a4273a
......@@ -5,7 +5,7 @@
<update id="UpdateMonitorFanIndicator">
<foreach collection="list" item="item" index="index">
update monitor_fan_indicator set indicator_value =#{item.indicatorValue} ,set time=#{item.time}
update monitor_fan_indicator set indicator_value =#{item.indicatorValue} ,set time=#{item.createdTime}
where gateway=#{time.gateway} and index_address=#{time.indexAddress}
</foreach>
</update>
......
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