이벤트 회원 비교 내용 수정
This commit is contained in:
parent
add6f6f260
commit
533e081c2b
@ -201,7 +201,7 @@ public class MjonEventController {
|
|||||||
//System.out.println(payCnt);
|
//System.out.println(payCnt);
|
||||||
//System.out.println(payCnt);
|
//System.out.println(payCnt);
|
||||||
|
|
||||||
if (payCnt>=0) {
|
if (payCnt > 0) {
|
||||||
modelAndView.addObject("message", "첫 결제 회원만 이벤트 신청이 가능합니다.");
|
modelAndView.addObject("message", "첫 결제 회원만 이벤트 신청이 가능합니다.");
|
||||||
modelAndView.addObject("resultSts", "statusAlreadyPayedFail");
|
modelAndView.addObject("resultSts", "statusAlreadyPayedFail");
|
||||||
return modelAndView;
|
return modelAndView;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user