dev 디비정보 수정
This commit is contained in:
commit
57a75df73d
@ -841,8 +841,8 @@ public class MjonMsgSentServiceImpl extends EgovAbstractServiceImpl implements
|
|||||||
&& result.getDiffMin() < -5 // 예약 시간이 5분 이상인 것들만
|
&& result.getDiffMin() < -5 // 예약 시간이 5분 이상인 것들만
|
||||||
) {
|
) {
|
||||||
returnCode = "03"; // 예약대기 코드 ( 예약취소 버튼 노출 )
|
returnCode = "03"; // 예약대기 코드 ( 예약취소 버튼 노출 )
|
||||||
} else if (result.getMsgGroupCnt().equals(result.getResultSValue())
|
} else if (Integer.parseInt(result.getMsgGroupCnt()) == Integer.parseInt(result.getResultSValue()) + Integer.parseInt(result.getResultFValue())
|
||||||
|| result.getMsgGroupCnt().equals(result.getResultFValue())) {
|
) {
|
||||||
returnCode = "02"; // 완료 코드
|
returnCode = "02"; // 완료 코드
|
||||||
} else {
|
} else {
|
||||||
returnCode = "01"; // 진행중 코드
|
returnCode = "01"; // 진행중 코드
|
||||||
|
|||||||
@ -30,7 +30,7 @@ Globals.Env = dev
|
|||||||
Globals.DriverClassName=com.mysql.jdbc.Driver
|
Globals.DriverClassName=com.mysql.jdbc.Driver
|
||||||
Globals.Url=jdbc:mysql://192.168.0.60:3308/mjon
|
Globals.Url=jdbc:mysql://192.168.0.60:3308/mjon
|
||||||
Globals.UserName= mjonUr
|
Globals.UserName= mjonUr
|
||||||
Globals.Password= itntest123
|
Globals.Password= mjon!@#$
|
||||||
#Globals.Url=jdbc:mysql://192.168.0.125:3306/mjon
|
#Globals.Url=jdbc:mysql://192.168.0.125:3306/mjon
|
||||||
#Globals.Url=jdbc:mysql://139.150.73.12:3306/mjon
|
#Globals.Url=jdbc:mysql://139.150.73.12:3306/mjon
|
||||||
#Globals.UserName= mjonUr
|
#Globals.UserName= mjonUr
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user