|
|
|
@ -27,7 +27,7 @@ |
|
|
|
WHERE |
|
|
|
bbuilding.company_id = #{companyId} AND bbuilding.flag = 0 AND basic_floor.flag = 0 AND basic_space.flag = 0 |
|
|
|
AND basic_monitoring_asset.flag = 0 AND dinfo.flag = 0 |
|
|
|
AND ah.receive_ts >= #{midnightTimestamp} |
|
|
|
# AND ah.receive_ts >= #{midnightTimestamp} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getBuildingInfo" resultType="com.dongjian.dashboard.back.vo.data.OverviewVO"> |
|
|
|
|