스케줄러 오류관련 로그 추가

This commit is contained in:
wyh 2024-11-05 18:06:12 +09:00
parent 8d7fe25978
commit 9307bd9d39

View File

@ -488,6 +488,7 @@ public class SchedulerUtil {
try {
mjonMsgDataDAO.updateMsgSentFailPayBack(vo);
}catch(Exception ex) {
System.out.println("=============SchedulerUtil=====PayBack Catch =============>");
System.out.println(vo.getUserId()+" : "+ vo.getMsgGroupId() +" : "+ vo.getUserData());
ex.printStackTrace();
}