Browse Source

dim表筛选数据

master
zhangyuan 3 years ago
parent
commit
43bcadeffc
  1. 1
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/stats/FactGridUserHouseDailyDao.xml

1
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/stats/FactGridUserHouseDailyDao.xml

@ -147,6 +147,7 @@
) t ON t.AGENCY = ag.id ) t ON t.AGENCY = ag.id
WHERE WHERE
ag.CUSTOMER_ID = #{customerId} ag.CUSTOMER_ID = #{customerId}
AND ag.AGENCY_DIM_TYPE = 'all'
<if test="level == 'community'"> <if test="level == 'community'">
AND ag.`LEVEL` = 'community' AND ag.`LEVEL` = 'community'
</if> </if>

Loading…
Cancel
Save