이벤트 회원 비교 내용 수정

This commit is contained in:
wyh 2025-02-03 17:21:56 +09:00
parent add6f6f260
commit 533e081c2b

View File

@ -201,7 +201,7 @@ public class MjonEventController {
//System.out.println(payCnt);
//System.out.println(payCnt);
if (payCnt>=0) {
if (payCnt > 0) {
modelAndView.addObject("message", "첫 결제 회원만 이벤트 신청이 가능합니다.");
modelAndView.addObject("resultSts", "statusAlreadyPayedFail");
return modelAndView;