fix: 微信登录验证码及配置修改。
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<insert id="batchInsertDeviceSensorData">
|
||||
insert into
|
||||
<foreach collection="dataList" item="data" open="" close="" separator=" ">
|
||||
`fishery`.t_#{serialNum}
|
||||
`fishery`.t_#{data.serialNum}
|
||||
|
||||
using fishery.device_sensor_data
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<select id="getHistoryDataList" resultType="com.intc.tdengine.domain.DeviceSensorData">
|
||||
<if test="intervalType == null or intervalType == 1">
|
||||
<!-- 原始数据,不聚合 -->
|
||||
SELECT
|
||||
SELECT
|
||||
`time`,
|
||||
createTime,
|
||||
dissolvedOxygen,
|
||||
@@ -79,7 +79,7 @@
|
||||
</if>
|
||||
<if test="intervalType != null and intervalType != 1">
|
||||
<!-- 按时间间隔聚合 -->
|
||||
SELECT
|
||||
SELECT
|
||||
_wstart as `time`,
|
||||
_wstart as createTime,
|
||||
AVG(dissolvedOxygen) as dissolvedOxygen,
|
||||
|
||||
Reference in New Issue
Block a user