From 6bc68150e31e4e1818bd411de87c5fe844c6cf0c Mon Sep 17 00:00:00 2001 From: JIWOO Date: Fri, 27 Jun 2025 17:15:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9A=B0=20-=20=EB=AC=B8?= =?UTF-8?q?=EC=9E=90=20=EB=B0=9C=EC=86=A1=20=EC=99=84=EB=A3=8C=20=EC=83=81?= =?UTF-8?q?=ED=83=9C=20=EC=A1=B0=EA=B1=B4=20=EB=B3=80=EA=B2=BD(=EC=B4=9D?= =?UTF-8?q?=20=EA=B1=B4=EC=88=98=3D=3D=EC=84=B1=EA=B3=B5or=EC=8B=A4?= =?UTF-8?q?=ED=8C=A8=20=EA=B1=B4=EC=88=98=20->=20=EC=B4=9D=20=EA=B1=B4?= =?UTF-8?q?=EC=88=98=3D=3D=EC=84=B1=EA=B3=B5+=EC=8B=A4=ED=8C=A8=20?= =?UTF-8?q?=EA=B1=B4=EC=88=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../let/mjo/msgsent/service/impl/MjonMsgSentServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/itn/let/mjo/msgsent/service/impl/MjonMsgSentServiceImpl.java b/src/main/java/itn/let/mjo/msgsent/service/impl/MjonMsgSentServiceImpl.java index 60105a6e..037f6548 100644 --- a/src/main/java/itn/let/mjo/msgsent/service/impl/MjonMsgSentServiceImpl.java +++ b/src/main/java/itn/let/mjo/msgsent/service/impl/MjonMsgSentServiceImpl.java @@ -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"; // 진행중 코드