스케줄러 기능 수정

This commit is contained in:
wyh 2024-11-07 19:27:44 +09:00
parent b62c397320
commit d2fa81e3d3
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ public class SchedulerUtil {
* 2분 마다 1주일 데이터에서 환불 대상을 찾아서 환불 한다.
* */
// Schdule Lock (10분동안)
@Scheduled(cron = "0 0/5 * * * ?")
@Scheduled(cron = "0 0/10 * * * ?")
@SchedulerLock(name = "runScenarioOneTime", lockAtMostForString = ONE_MIN, lockAtLeastForString = ONE_MIN)
public void runScenarioOneTime() throws Exception {

View File

@ -3901,7 +3901,7 @@
</update>
<!-- 문자발송 실패건에 대한 환불 대상 리스트 : 발송 완료되었고, 결과코드가 실패이고, 예약 취소가 아닌건들 -->
<select id="MjonMsgDataDAO.selectMsgSentFailList">
<select id="MjonMsgDataDAO.selectMsgSentFailList" resultClass="mjonMsgVO">
SELECT USER_ID AS userId,
MSG_GROUP_ID AS msgGroupId,