Browse Source

人房统计bug

master
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} AND g.CUSTOMER_ID = #{customerId}
</if> </if>
GROUP BY GROUP BY
g.CUSTOMER_ID g.CUSTOMER_ID,t.NEIGHBOR_HOOD_ID
</select> </select>
<select id="neighborhoodStatStat" resultType="com.epmet.dto.stats.result.FactUserHouseResultDTO"> <select id="neighborhoodStatStat" resultType="com.epmet.dto.stats.result.FactUserHouseResultDTO">

Loading…
Cancel
Save