Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
82b60d235c
|
@ -73,7 +73,7 @@
|
|||
select t.collection_time,t.oil_pressure,t.cas_pressure,t.pre_pressure,t.status_end_time
|
||||
<if test="deviceProduct!=null and deviceProduct=='knpc'">,t.run_mode,t.temperature,t.humidity,t.well_status,t.plug_status</if>
|
||||
<if test="deviceProduct!=null and deviceProduct=='etc'"></if>
|
||||
<if test="deviceProduct!=null and deviceProduct=='scss'">,t.solarVoltage</if>
|
||||
<if test="deviceProduct!=null and deviceProduct=='scss'">t.ctl_model as runMode,t.solar_voltage</if>
|
||||
from ${tableName} t
|
||||
<where>
|
||||
t.device_id = #{deviceId}
|
||||
|
|
Loading…
Reference in New Issue