이벤트 회원 비교 내용 수정
@533e081c2b79f7b537c7929ae4c762fa0f318805
--- src/main/java/itn/let/mjo/event/web/MjonEventController.java
+++ src/main/java/itn/let/mjo/event/web/MjonEventController.java
... | ... | @@ -201,7 +201,7 @@ |
| 201 | 201 |
//System.out.println(payCnt); |
| 202 | 202 |
//System.out.println(payCnt); |
| 203 | 203 |
|
| 204 |
- if (payCnt>=0) {
|
|
| 204 |
+ if (payCnt > 0) {
|
|
| 205 | 205 |
modelAndView.addObject("message", "첫 결제 회원만 이벤트 신청이 가능합니다.");
|
| 206 | 206 |
modelAndView.addObject("resultSts", "statusAlreadyPayedFail");
|
| 207 | 207 |
return modelAndView; |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?