|
@ -250,9 +250,7 @@ |
|
|
<if test="null != gridId and gridId != ''"> |
|
|
<if test="null != gridId and gridId != ''"> |
|
|
AND a.GRID_ID = #{gridId} |
|
|
AND a.GRID_ID = #{gridId} |
|
|
</if> |
|
|
</if> |
|
|
GROUP BY a.CUSTOMER_ID, |
|
|
GROUP BY |
|
|
a.AGENCY_ID, |
|
|
|
|
|
a.GRID_ID, |
|
|
|
|
|
a.USER_ID |
|
|
a.USER_ID |
|
|
</select> |
|
|
</select> |
|
|
<select id="selectGridPointByMonth" resultType="com.epmet.dto.BizPointUserTotalDetailDTO"> |
|
|
<select id="selectGridPointByMonth" resultType="com.epmet.dto.BizPointUserTotalDetailDTO"> |
|
@ -273,8 +271,7 @@ |
|
|
<if test="null != agencyId and agencyId != ''"> |
|
|
<if test="null != agencyId and agencyId != ''"> |
|
|
AND a.AGENCY_ID = #{agencyId} |
|
|
AND a.AGENCY_ID = #{agencyId} |
|
|
</if> |
|
|
</if> |
|
|
GROUP BY a.CUSTOMER_ID, |
|
|
GROUP BY |
|
|
a.AGENCY_ID, |
|
|
|
|
|
a.GRID_ID |
|
|
a.GRID_ID |
|
|
</select> |
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |
|
|