Browse Source

人房统计bug

feature/teamB_zz_wgh
wanggongfeng 3 years ago
parent
commit
c5acdbb09e
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/org/IcHouseDao.xml

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/org/IcHouseDao.xml

@ -75,7 +75,7 @@
AND g.CUSTOMER_ID = #{customerId}
</if>
GROUP BY
g.CUSTOMER_ID
g.CUSTOMER_ID,t.NEIGHBOR_HOOD_ID
</select>
<select id="neighborhoodStatStat" resultType="com.epmet.dto.stats.result.FactUserHouseResultDTO">

Loading…
Cancel
Save