당월문자 발송 활성화

This commit is contained in:
kubo8
2023-04-27 13:19:46 +09:00
parent fef13ab995
commit 02b2d6a65d

View File

@@ -1155,7 +1155,6 @@ public class CustMgtService {
}
//update성공시
/*
if (resultcnt>0) {
String prefix = getCurrentDate(YEAR_MONTH_DAY);
String webReqId = "";
@@ -1199,7 +1198,7 @@ public class CustMgtService {
}else{
logger.error("충전금 한도 업데이트 오류");
}
*/
}
return new InsertChrgResDto(ApiResponseCode.SUCCESS);
}