dao/src/main/resources/mapper/LightEnergyDataMapper.xml
@@ -10,6 +10,7 @@ <result property="ytdTime" column="ytd_time" jdbcType="VARCHAR"/> <result property="energy" column="energy" jdbcType="DOUBLE"/> <result property="energySaving" column="energy_saving" jdbcType="DOUBLE"/> <result property="poleId" column="pole_id" jdbcType="BIGINT"/> <result property="userId" column="user_id" jdbcType="BIGINT"/> <result property="clientId" column="client_id" jdbcType="BIGINT"/> </resultMap>