dev 디비정보 수정

This commit is contained in:
hehihoho3@gmail.com 2025-06-30 11:40:46 +09:00
commit 57a75df73d
2 changed files with 3 additions and 3 deletions

View File

@ -841,8 +841,8 @@ public class MjonMsgSentServiceImpl extends EgovAbstractServiceImpl implements
&& result.getDiffMin() < -5 // 예약 시간이 5분 이상인 것들만
) {
returnCode = "03"; // 예약대기 코드 ( 예약취소 버튼 노출 )
} else if (result.getMsgGroupCnt().equals(result.getResultSValue())
|| result.getMsgGroupCnt().equals(result.getResultFValue())) {
} else if (Integer.parseInt(result.getMsgGroupCnt()) == Integer.parseInt(result.getResultSValue()) + Integer.parseInt(result.getResultFValue())
) {
returnCode = "02"; // 완료 코드
} else {
returnCode = "01"; // 진행중 코드

View File

@ -30,7 +30,7 @@ Globals.Env = dev
Globals.DriverClassName=com.mysql.jdbc.Driver
Globals.Url=jdbc:mysql://192.168.0.60:3308/mjon
Globals.UserName= mjonUr
Globals.Password= itntest123
Globals.Password= mjon!@#$
#Globals.Url=jdbc:mysql://192.168.0.125:3306/mjon
#Globals.Url=jdbc:mysql://139.150.73.12:3306/mjon
#Globals.UserName= mjonUr