|
@@ -357,6 +357,15 @@
|
|
|
<result property="type" column="type" />
|
|
|
</resultMap>
|
|
|
|
|
|
+ <resultMap type="com.project.zcustom.domain.addional.LargeBuildingLoadDetail" id="LargePlatBuildingLoadDetailResult">
|
|
|
+ <result property="id" column="id" />
|
|
|
+ <result property="number" column="number" />
|
|
|
+ <result property="deviceName" column="device_name" />
|
|
|
+ <result property="type" column="type" />
|
|
|
+ <result property="state" column="state" />
|
|
|
+ <result property="kind" column="kind" />
|
|
|
+ </resultMap>
|
|
|
+
|
|
|
<resultMap type="com.project.zcustom.domain.addional.LargeBuildingControl" id="LargeBuildingControlResult">
|
|
|
<result property="id" column="id" />
|
|
|
<result property="weekElectricity" column="week_electricity" />
|
|
@@ -667,6 +676,10 @@
|
|
|
select * from large_plat_building_ammeter_detail
|
|
|
</select>
|
|
|
|
|
|
+ <select id="getServiceBuildingLoadDetail" resultMap="LargePlatBuildingLoadDetailResult">
|
|
|
+ select * from large_plat_building_load_detail
|
|
|
+ </select>
|
|
|
+
|
|
|
|
|
|
|
|
|
<select id="getServiceEngineerCamera" resultMap="LargeCameraResult">
|