Browse Source

小区统计列表修改

master
wanggongfeng 3 years ago
parent
commit
2749506ba0
  1. 5
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/stats/FactNeighborhoodUserHouseDailyDao.xml

5
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/stats/FactNeighborhoodUserHouseDailyDao.xml

@ -66,6 +66,9 @@
AND g.CUSTOMER_ID = #{customerId}
AND d.CUSTOMER_ID = #{customerId}
</if>
<if test="level == 'neighborhood'">
AND d.NEIGHBOURHOODS_ID = #{agencyId}
</if>
<if test="level == 'grid'">
AND d.GRID_ID = #{agencyId}
</if>
@ -106,7 +109,7 @@
AND d.CUSTOMER_ID = #{customerId}
</if>
<if test="agencyId != null and agencyId != ''">
AND d.GRID_ID = #{agencyId}
AND d.NEIGHBOURHOODS_ID = #{agencyId}
</if>
<if test="dateId != null and dateId != ''">
AND d.DATE_ID = #{dateId}

Loading…
Cancel
Save