@@ -18,6 +18,10 @@ public interface IndicatorDataMapper extends BaseMapper<IndicatorData> {
@Select("select `value`, created_time as createdTime, `value_f` as valueF from iot_data.indicator_data where address=#{address} and ts >= #{startTime} and ts <= #{endTime} and gateway_id =#{gatewayId}")
@Select("select ts as createdTime, `value_f` as valueF from iot_data.indicator_data where address=#{address} and ts between #{startTime} and #{endTime} and gateway_id =#{gatewayId}")