발송통계 > 사업자별 통계 > 월별통계 사업자번호, 날짜 그룹 추가

This commit is contained in:
kimjhjjang
2022-11-28 14:29:05 +09:00
parent 988dde0624
commit 6c82876119

View File

@@ -717,7 +717,8 @@
) t2 group by SUM_YM, USER_SEQ order by null ) t2 group by SUM_YM, USER_SEQ order by null
) t2 on t2.SUM_YM = t1.SUM_YM and t2.USER_SEQ = t1.USER_SEQ ) t2 on t2.SUM_YM = t1.SUM_YM and t2.USER_SEQ = t1.USER_SEQ
<include refid="custMstatListCondition"/> <include refid="custMstatListCondition"/>
order by t1.SUM_YM desc GROUP BY t1.BIZRNO, t1.SUM_YM
ORDER BY t1.SUM_YM desc
</select> </select>
<select id="selectCustMstatExcelList" parameterType="kr.co.uplus.ez.api.stats.dto.BsnmMonthListExcelReqDto" resultType="kr.co.uplus.ez.api.stats.dto.BsnmMonthList"> <select id="selectCustMstatExcelList" parameterType="kr.co.uplus.ez.api.stats.dto.BsnmMonthListExcelReqDto" resultType="kr.co.uplus.ez.api.stats.dto.BsnmMonthList">