|
@@ -51,6 +51,7 @@
|
|
<result column="is_have_freeze" property="isHaveFreeze"/>
|
|
<result column="is_have_freeze" property="isHaveFreeze"/>
|
|
<result column="is_have_heat" property="isHaveHeat"/>
|
|
<result column="is_have_heat" property="isHaveHeat"/>
|
|
<result column="device_model" property="deviceModel"/>
|
|
<result column="device_model" property="deviceModel"/>
|
|
|
|
+ <result column="screen_type" property="screenType"/>
|
|
</association>
|
|
</association>
|
|
<association property="deviceStatus" javaType="com.xy.dto.DeviceStatusDto$Vo">
|
|
<association property="deviceStatus" javaType="com.xy.dto.DeviceStatusDto$Vo">
|
|
<result column="sys_start_time" property="sysStartTime"/>
|
|
<result column="sys_start_time" property="sysStartTime"/>
|
|
@@ -179,6 +180,7 @@
|
|
sysinfo.is_have_freeze,
|
|
sysinfo.is_have_freeze,
|
|
sysinfo.is_have_heat,
|
|
sysinfo.is_have_heat,
|
|
sysinfo.device_model,
|
|
sysinfo.device_model,
|
|
|
|
+ sysinfo.screen_type,
|
|
status.sys_start_time,
|
|
status.sys_start_time,
|
|
status.sys_cur_time,
|
|
status.sys_cur_time,
|
|
status.sys_power,
|
|
status.sys_power,
|