mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 00:17:26 +09:00
발송통계 > 사업자별 통계 > 월별통계 사업자번호, 날짜 그룹 추가
This commit is contained in:
@@ -717,7 +717,8 @@
|
||||
) 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
|
||||
<include refid="custMstatListCondition"/>
|
||||
order by t1.SUM_YM desc
|
||||
GROUP BY t1.BIZRNO, t1.SUM_YM
|
||||
ORDER BY t1.SUM_YM desc
|
||||
</select>
|
||||
|
||||
<select id="selectCustMstatExcelList" parameterType="kr.co.uplus.ez.api.stats.dto.BsnmMonthListExcelReqDto" resultType="kr.co.uplus.ez.api.stats.dto.BsnmMonthList">
|
||||
|
||||
Reference in New Issue
Block a user