MJ_STTST_MSG 통계 배치 오류로 주석처리

java.sql.SQLException: Lock wait timeout exceeded; try restarting
transaction
This commit is contained in:
jsp 2024-03-11 11:22:28 +09:00
parent c5cdd91741
commit 94ad071a57

View File

@ -58,7 +58,7 @@ public class SttstMsgScheduling{
System.out.println("=============DO ============="); System.out.println("=============DO =============");
MjonMsgVO mjonMsgVO = new MjonMsgVO(); MjonMsgVO mjonMsgVO = new MjonMsgVO();
mjonSttstService.insertMjSttstMsgBulk(mjonMsgVO); //mjonSttstService.insertMjSttstMsgBulk(mjonMsgVO);
}else { }else {
@ -90,7 +90,7 @@ public class SttstMsgScheduling{
System.out.println("=============DO ============="); System.out.println("=============DO =============");
MjonMsgVO mjonMsgVO = new MjonMsgVO(); MjonMsgVO mjonMsgVO = new MjonMsgVO();
mjonSttstService.insertMjSttstMsgDayBulk(mjonMsgVO); //mjonSttstService.insertMjSttstMsgDayBulk(mjonMsgVO);
}else { }else {
@ -121,7 +121,7 @@ public class SttstMsgScheduling{
System.out.println("=============DO ============="); System.out.println("=============DO =============");
MjonMsgVO mjonMsgVO = new MjonMsgVO(); MjonMsgVO mjonMsgVO = new MjonMsgVO();
mjonSttstService.insertMjSttstMsgRankBulk(mjonMsgVO); //mjonSttstService.insertMjSttstMsgRankBulk(mjonMsgVO);
}else { }else {
System.out.println("=============skipped!!! ============="); System.out.println("=============skipped!!! =============");
} }
@ -150,7 +150,7 @@ public class SttstMsgScheduling{
System.out.println("=============DO ============="); System.out.println("=============DO =============");
MjonMsgVO mjonMsgVO = new MjonMsgVO(); MjonMsgVO mjonMsgVO = new MjonMsgVO();
mjonSttstService.insertMjSttstMsgRankDayBulk(mjonMsgVO); //mjonSttstService.insertMjSttstMsgRankDayBulk(mjonMsgVO);
}else { }else {
System.out.println("=============skipped!!! ============="); System.out.println("=============skipped!!! =============");
} }