Merge branch 'wyd_mjon'
@44fead388f0ac00fc57a32c068a0be5f61e6b741
--- src/main/java/itn/let/mjo/pay/service/impl/MjonPayServiceImpl.java
+++ src/main/java/itn/let/mjo/pay/service/impl/MjonPayServiceImpl.java
... | ... | @@ -2271,7 +2271,7 @@ |
| 2271 | 2271 |
// 문자할인여부(1: 할인, 0: 미할인) |
| 2272 | 2272 |
int isMsgSalePrice = selectMsgSalePriceCnt(mjonPayVO.getUserId()); |
| 2273 | 2273 |
|
| 2274 |
- if(eventMberInfo == null || payCnt > 0) {//일반 결제에 해당하는 경우 정상적 포인트 지급, 이벤트 첫결제에 해당되지 않는 회원
|
|
| 2274 |
+ if(eventMberInfo == null || payCnt > 1) {//일반 결제에 해당하는 경우 정상적 포인트 지급, 이벤트 첫결제에 해당되지 않는 회원
|
|
| 2275 | 2275 |
// 문자 미할인 회원만 포인트 충전 |
| 2276 | 2276 |
if(isMsgSalePrice == 0) {
|
| 2277 | 2277 |
mjonPayDAO.insertPoint(mjonPayVO); //POINT 테이블 |
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?