mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 04:27:21 +09:00
이월금액 상세 조회 수정
This commit is contained in:
@@ -467,7 +467,7 @@
|
||||
JOIN hubez_common.EZ_SVC_USER esu ON esi.USER_SEQ = esu.USER_SEQ
|
||||
<![CDATA[
|
||||
AND eud.USE_YM >= DATE_ADD(NOW(), INTERVAL -#{limitCnt} MONTH)
|
||||
AND eud.USE_YM < NOW()
|
||||
AND eud.USE_YM < DATE_FORMAT(NOW(),'%Y-%m-01')
|
||||
]]>
|
||||
AND esu.USER_ID = #{serviceId}
|
||||
) ORDER BY LMT_YM DESC
|
||||
|
||||
Reference in New Issue
Block a user