요금안내/견적내기 단가표시 수정
@6269282396b744ed8b2576095e09c5e0c6d575fb
--- src/main/java/itn/let/mjo/pay/web/MjonPayController.java
+++ src/main/java/itn/let/mjo/pay/web/MjonPayController.java
... | ... | @@ -1597,8 +1597,13 @@ |
| 1597 | 1597 |
picturePrice = mberManageVO.getPicturePrice(); |
| 1598 | 1598 |
picturePrice2 = mberManageVO.getPicture2Price(); |
| 1599 | 1599 |
picturePrice3 = mberManageVO.getPicture3Price(); |
| 1600 |
- |
|
| 1600 |
+ } |
|
| 1601 |
+ |
|
| 1602 |
+ if (mberManageVO != null && (double)mberManageVO.getKakaoAtPrice() > 0) {
|
|
| 1601 | 1603 |
kakaoAtPrice = mberManageVO.getKakaoAtPrice(); |
| 1604 |
+ } |
|
| 1605 |
+ |
|
| 1606 |
+ if (mberManageVO != null && (double)mberManageVO.getFaxPrice() > 0) {
|
|
| 1602 | 1607 |
faxPrice = mberManageVO.getFaxPrice(); |
| 1603 | 1608 |
} |
| 1604 | 1609 |
|
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?