[사용자] 결제관리 > 요금 결제내역 ==> 요금 결제내역 표시 방법 변경 완료
@20ac4ae75c24ce5f73f641480852750fafb00c0c
--- src/main/java/itn/let/mjo/pay/service/MjonPayVO.java
+++ src/main/java/itn/let/mjo/pay/service/MjonPayVO.java
... | ... | @@ -1,7 +1,11 @@ |
| 1 | 1 |
package itn.let.mjo.pay.service; |
| 2 | 2 |
|
| 3 | 3 |
import itn.com.cmm.ComDefaultVO; |
| 4 |
+import lombok.Getter; |
|
| 5 |
+import lombok.Setter; |
|
| 4 | 6 |
|
| 7 |
+@Getter |
|
| 8 |
+@Setter |
|
| 5 | 9 |
public class MjonPayVO extends ComDefaultVO{
|
| 6 | 10 |
|
| 7 | 11 |
private static final long serialVersionUID = 1L; |
... | ... | @@ -70,39 +74,6 @@ |
| 70 | 74 |
private String blineCode; |
| 71 | 75 |
|
| 72 | 76 |
|
| 73 |
- public String getBlineCode() {
|
|
| 74 |
- return blineCode; |
|
| 75 |
- } |
|
| 76 |
- |
|
| 77 |
- public void setBlineCode(String blineCode) {
|
|
| 78 |
- this.blineCode = blineCode; |
|
| 79 |
- } |
|
| 80 |
- |
|
| 81 |
- public double getTotalPrice() {
|
|
| 82 |
- return totalPrice; |
|
| 83 |
- } |
|
| 84 |
- |
|
| 85 |
- public void setTotalPrice(double totalPrice) {
|
|
| 86 |
- this.totalPrice = totalPrice; |
|
| 87 |
- } |
|
| 88 |
- |
|
| 89 |
- public String getSearchCondition4() {
|
|
| 90 |
- return searchCondition4; |
|
| 91 |
- } |
|
| 92 |
- |
|
| 93 |
- public String getScreenYn() {
|
|
| 94 |
- return screenYn; |
|
| 95 |
- } |
|
| 96 |
- |
|
| 97 |
- |
|
| 98 |
- public void setScreenYn(String screenYn) {
|
|
| 99 |
- this.screenYn = screenYn; |
|
| 100 |
- } |
|
| 101 |
- |
|
| 102 |
- |
|
| 103 |
- public void setSearchCondition4(String searchCondition4) {
|
|
| 104 |
- this.searchCondition4 = searchCondition4; |
|
| 105 |
- } |
|
| 106 | 77 |
|
| 107 | 78 |
private String searchCmpltYn; |
| 108 | 79 |
|
... | ... | @@ -259,1455 +230,10 @@ |
| 259 | 230 |
private String spayDiv; // 간편결제분류 |
| 260 | 231 |
|
| 261 | 232 |
|
| 262 |
- public String getSpayDiv() {
|
|
| 263 |
- return spayDiv; |
|
| 264 |
- } |
|
| 265 |
- |
|
| 266 |
- public void setSpayDiv(String spayDiv) {
|
|
| 267 |
- this.spayDiv = spayDiv; |
|
| 268 |
- } |
|
| 269 |
- |
|
| 270 |
- public String getAmtSpaySum() {
|
|
| 271 |
- return amtSpaySum; |
|
| 272 |
- } |
|
| 273 |
- |
|
| 274 |
- public void setAmtSpaySum(String amtSpaySum) {
|
|
| 275 |
- this.amtSpaySum = amtSpaySum; |
|
| 276 |
- } |
|
| 277 |
- |
|
| 278 |
- public String getAmtSpaySumTot() {
|
|
| 279 |
- return amtSpaySumTot; |
|
| 280 |
- } |
|
| 281 |
- |
|
| 282 |
- public void setAmtSpaySumTot(String amtSpaySumTot) {
|
|
| 283 |
- this.amtSpaySumTot = amtSpaySumTot; |
|
| 284 |
- } |
|
| 285 |
- |
|
| 286 |
- public String getAmtSpayCnt() {
|
|
| 287 |
- return amtSpayCnt; |
|
| 288 |
- } |
|
| 289 |
- |
|
| 290 |
- public void setAmtSpayCnt(String amtSpayCnt) {
|
|
| 291 |
- this.amtSpayCnt = amtSpayCnt; |
|
| 292 |
- } |
|
| 293 |
- |
|
| 294 |
- public String getAmtSpayCntTot() {
|
|
| 295 |
- return amtSpayCntTot; |
|
| 296 |
- } |
|
| 297 |
- |
|
| 298 |
- public void setAmtSpayCntTot(String amtSpayCntTot) {
|
|
| 299 |
- this.amtSpayCntTot = amtSpayCntTot; |
|
| 300 |
- } |
|
| 301 |
- |
|
| 302 |
- public String getSpayMethod() {
|
|
| 303 |
- return spayMethod; |
|
| 304 |
- } |
|
| 305 |
- |
|
| 306 |
- public void setSpayMethod(String spayMethod) {
|
|
| 307 |
- this.spayMethod = spayMethod; |
|
| 308 |
- } |
|
| 309 |
- |
|
| 310 | 233 |
private int remainPoint; |
| 311 | 234 |
|
| 312 | 235 |
|
| 313 |
- |
|
| 314 |
- public int getRemainPoint() {
|
|
| 315 |
- return remainPoint; |
|
| 316 |
- } |
|
| 317 |
- |
|
| 318 |
- public void setRemainPoint(int remainPoint) {
|
|
| 319 |
- this.remainPoint = remainPoint; |
|
| 320 |
- } |
|
| 321 |
- |
|
| 322 |
- public String getLoginLastDate() {
|
|
| 323 |
- return loginLastDate; |
|
| 324 |
- } |
|
| 325 |
- |
|
| 326 |
- public void setLoginLastDate(String loginLastDate) {
|
|
| 327 |
- this.loginLastDate = loginLastDate; |
|
| 328 |
- } |
|
| 329 |
- |
|
| 330 |
- public String getMberId() {
|
|
| 331 |
- return mberId; |
|
| 332 |
- } |
|
| 333 |
- |
|
| 334 |
- public void setMberId(String mberId) {
|
|
| 335 |
- this.mberId = mberId; |
|
| 336 |
- } |
|
| 337 |
- |
|
| 338 |
- public String getMberNm() {
|
|
| 339 |
- return mberNm; |
|
| 340 |
- } |
|
| 341 |
- |
|
| 342 |
- public void setMberNm(String mberNm) {
|
|
| 343 |
- this.mberNm = mberNm; |
|
| 344 |
- } |
|
| 345 |
- |
|
| 346 |
- public String getRemainCash() {
|
|
| 347 |
- return remainCash; |
|
| 348 |
- } |
|
| 349 |
- |
|
| 350 |
- public void setRemainCash(String remainCash) {
|
|
| 351 |
- this.remainCash = remainCash; |
|
| 352 |
- } |
|
| 353 |
- |
|
| 354 |
- public String getUseCash() {
|
|
| 355 |
- return useCash; |
|
| 356 |
- } |
|
| 357 |
- |
|
| 358 |
- public void setUseCash(String useCash) {
|
|
| 359 |
- this.useCash = useCash; |
|
| 360 |
- } |
|
| 361 |
- |
|
| 362 |
- public String getTotCash() {
|
|
| 363 |
- return totCash; |
|
| 364 |
- } |
|
| 365 |
- |
|
| 366 |
- public void setTotCash(String totCash) {
|
|
| 367 |
- this.totCash = totCash; |
|
| 368 |
- } |
|
| 369 |
- |
|
| 370 |
- public String getTotAmtCnt() {
|
|
| 371 |
- return totAmtCnt; |
|
| 372 |
- } |
|
| 373 |
- |
|
| 374 |
- public void setTotAmtCnt(String totAmtCnt) {
|
|
| 375 |
- this.totAmtCnt = totAmtCnt; |
|
| 376 |
- } |
|
| 377 |
- |
|
| 378 |
- public String getTotAmt() {
|
|
| 379 |
- return totAmt; |
|
| 380 |
- } |
|
| 381 |
- |
|
| 382 |
- public void setTotAmt(String totAmt) {
|
|
| 383 |
- this.totAmt = totAmt; |
|
| 384 |
- } |
|
| 385 |
- |
|
| 386 |
- public String getMsgLastDate() {
|
|
| 387 |
- return msgLastDate; |
|
| 388 |
- } |
|
| 389 |
- |
|
| 390 |
- public void setMsgLastDate(String msgLastDate) {
|
|
| 391 |
- this.msgLastDate = msgLastDate; |
|
| 392 |
- } |
|
| 393 |
- |
|
| 394 |
- public String getPayLastDate() {
|
|
| 395 |
- return payLastDate; |
|
| 396 |
- } |
|
| 397 |
- |
|
| 398 |
- public void setPayLastDate(String payLastDate) {
|
|
| 399 |
- this.payLastDate = payLastDate; |
|
| 400 |
- } |
|
| 401 |
- |
|
| 402 |
- |
|
| 403 |
- public String getRegYear() {
|
|
| 404 |
- return regYear; |
|
| 405 |
- } |
|
| 406 |
- |
|
| 407 |
- public void setRegYear(String regYear) {
|
|
| 408 |
- this.regYear = regYear; |
|
| 409 |
- } |
|
| 410 |
- |
|
| 411 |
- public String getAmtYearSum() {
|
|
| 412 |
- return amtYearSum; |
|
| 413 |
- } |
|
| 414 |
- |
|
| 415 |
- public void setAmtYearSum(String amtYearSum) {
|
|
| 416 |
- this.amtYearSum = amtYearSum; |
|
| 417 |
- } |
|
| 418 |
- |
|
| 419 |
- public String getAmtCardCnt() {
|
|
| 420 |
- return amtCardCnt; |
|
| 421 |
- } |
|
| 422 |
- |
|
| 423 |
- public void setAmtCardCnt(String amtCardCnt) {
|
|
| 424 |
- this.amtCardCnt = amtCardCnt; |
|
| 425 |
- } |
|
| 426 |
- |
|
| 427 |
- public String getAmtCellCnt() {
|
|
| 428 |
- return amtCellCnt; |
|
| 429 |
- } |
|
| 430 |
- |
|
| 431 |
- public void setAmtCellCnt(String amtCellCnt) {
|
|
| 432 |
- this.amtCellCnt = amtCellCnt; |
|
| 433 |
- } |
|
| 434 |
- |
|
| 435 |
- public String getAmtBankCnt() {
|
|
| 436 |
- return amtBankCnt; |
|
| 437 |
- } |
|
| 438 |
- |
|
| 439 |
- public void setAmtBankCnt(String amtBankCnt) {
|
|
| 440 |
- this.amtBankCnt = amtBankCnt; |
|
| 441 |
- } |
|
| 442 |
- |
|
| 443 |
- public String getAmtVbankCnt() {
|
|
| 444 |
- return amtVbankCnt; |
|
| 445 |
- } |
|
| 446 |
- |
|
| 447 |
- public void setAmtVbankCnt(String amtVbankCnt) {
|
|
| 448 |
- this.amtVbankCnt = amtVbankCnt; |
|
| 449 |
- } |
|
| 450 |
- |
|
| 451 |
- public String getAmtRefundCnt() {
|
|
| 452 |
- return amtRefundCnt; |
|
| 453 |
- } |
|
| 454 |
- |
|
| 455 |
- public void setAmtRefundCnt(String amtRefundCnt) {
|
|
| 456 |
- this.amtRefundCnt = amtRefundCnt; |
|
| 457 |
- } |
|
| 458 |
- |
|
| 459 |
- public String getAmtTotCnt() {
|
|
| 460 |
- return amtTotCnt; |
|
| 461 |
- } |
|
| 462 |
- |
|
| 463 |
- public void setAmtTotCnt(String amtTotCnt) {
|
|
| 464 |
- this.amtTotCnt = amtTotCnt; |
|
| 465 |
- } |
|
| 466 |
- |
|
| 467 |
- public String getAmtCardCntTot() {
|
|
| 468 |
- return amtCardCntTot; |
|
| 469 |
- } |
|
| 470 |
- |
|
| 471 |
- public void setAmtCardCntTot(String amtCardCntTot) {
|
|
| 472 |
- this.amtCardCntTot = amtCardCntTot; |
|
| 473 |
- } |
|
| 474 |
- |
|
| 475 |
- public String getAmtCellCntTot() {
|
|
| 476 |
- return amtCellCntTot; |
|
| 477 |
- } |
|
| 478 |
- |
|
| 479 |
- public void setAmtCellCntTot(String amtCellCntTot) {
|
|
| 480 |
- this.amtCellCntTot = amtCellCntTot; |
|
| 481 |
- } |
|
| 482 |
- |
|
| 483 |
- public String getAmtBankCntTot() {
|
|
| 484 |
- return amtBankCntTot; |
|
| 485 |
- } |
|
| 486 |
- |
|
| 487 |
- public void setAmtBankCntTot(String amtBankCntTot) {
|
|
| 488 |
- this.amtBankCntTot = amtBankCntTot; |
|
| 489 |
- } |
|
| 490 |
- |
|
| 491 |
- public String getAmtVbankCntTot() {
|
|
| 492 |
- return amtVbankCntTot; |
|
| 493 |
- } |
|
| 494 |
- |
|
| 495 |
- public void setAmtVbankCntTot(String amtVbankCntTot) {
|
|
| 496 |
- this.amtVbankCntTot = amtVbankCntTot; |
|
| 497 |
- } |
|
| 498 |
- |
|
| 499 |
- public String getAmtRefundCntTot() {
|
|
| 500 |
- return amtRefundCntTot; |
|
| 501 |
- } |
|
| 502 |
- |
|
| 503 |
- public void setAmtRefundCntTot(String amtRefundCntTot) {
|
|
| 504 |
- this.amtRefundCntTot = amtRefundCntTot; |
|
| 505 |
- } |
|
| 506 |
- |
|
| 507 |
- public String getAmtTotCntTot() {
|
|
| 508 |
- return amtTotCntTot; |
|
| 509 |
- } |
|
| 510 |
- |
|
| 511 |
- public void setAmtTotCntTot(String amtTotCntTot) {
|
|
| 512 |
- this.amtTotCntTot = amtTotCntTot; |
|
| 513 |
- } |
|
| 514 |
- |
|
| 515 |
- |
|
| 516 |
- public String getAmtRefundSum() {
|
|
| 517 |
- return amtRefundSum; |
|
| 518 |
- } |
|
| 519 |
- |
|
| 520 |
- public void setAmtRefundSum(String amtRefundSum) {
|
|
| 521 |
- this.amtRefundSum = amtRefundSum; |
|
| 522 |
- } |
|
| 523 |
- |
|
| 524 |
- public String getAmtRefundSumTot() {
|
|
| 525 |
- return amtRefundSumTot; |
|
| 526 |
- } |
|
| 527 |
- |
|
| 528 |
- public void setAmtRefundSumTot(String amtRefundSumTot) {
|
|
| 529 |
- this.amtRefundSumTot = amtRefundSumTot; |
|
| 530 |
- } |
|
| 531 |
- |
|
| 532 |
- public String getAmtCardSumTot() {
|
|
| 533 |
- return amtCardSumTot; |
|
| 534 |
- } |
|
| 535 |
- |
|
| 536 |
- public void setAmtCardSumTot(String amtCardSumTot) {
|
|
| 537 |
- this.amtCardSumTot = amtCardSumTot; |
|
| 538 |
- } |
|
| 539 |
- |
|
| 540 |
- public String getAmtCellSumTot() {
|
|
| 541 |
- return amtCellSumTot; |
|
| 542 |
- } |
|
| 543 |
- |
|
| 544 |
- public void setAmtCellSumTot(String amtCellSumTot) {
|
|
| 545 |
- this.amtCellSumTot = amtCellSumTot; |
|
| 546 |
- } |
|
| 547 |
- |
|
| 548 |
- public String getAmtBankSumTot() {
|
|
| 549 |
- return amtBankSumTot; |
|
| 550 |
- } |
|
| 551 |
- |
|
| 552 |
- public void setAmtBankSumTot(String amtBankSumTot) {
|
|
| 553 |
- this.amtBankSumTot = amtBankSumTot; |
|
| 554 |
- } |
|
| 555 |
- |
|
| 556 |
- public String getAmtVbankSumTot() {
|
|
| 557 |
- return amtVbankSumTot; |
|
| 558 |
- } |
|
| 559 |
- |
|
| 560 |
- public void setAmtVbankSumTot(String amtVbankSumTot) {
|
|
| 561 |
- this.amtVbankSumTot = amtVbankSumTot; |
|
| 562 |
- } |
|
| 563 |
- |
|
| 564 |
- public String getAmtTotSumTot() {
|
|
| 565 |
- return amtTotSumTot; |
|
| 566 |
- } |
|
| 567 |
- |
|
| 568 |
- public void setAmtTotSumTot(String amtTotSumTot) {
|
|
| 569 |
- this.amtTotSumTot = amtTotSumTot; |
|
| 570 |
- } |
|
| 571 |
- |
|
| 572 |
- public String getBirthDate() {
|
|
| 573 |
- return birthDate; |
|
| 574 |
- } |
|
| 575 |
- |
|
| 576 |
- public void setBirthDate(String birthDate) {
|
|
| 577 |
- this.birthDate = birthDate; |
|
| 578 |
- } |
|
| 579 |
- |
|
| 580 |
- public Integer getSeqNo() {
|
|
| 581 |
- return seqNo; |
|
| 582 |
- } |
|
| 583 |
- |
|
| 584 |
- public void setSeqNo(Integer seqNo) {
|
|
| 585 |
- this.seqNo = seqNo; |
|
| 586 |
- } |
|
| 587 |
- |
|
| 588 |
- public String getResultCd() {
|
|
| 589 |
- return resultCd; |
|
| 590 |
- } |
|
| 591 |
- |
|
| 592 |
- public void setResultCd(String resultCd) {
|
|
| 593 |
- this.resultCd = resultCd; |
|
| 594 |
- } |
|
| 595 |
- |
|
| 596 |
- public String getAutoBillKey() {
|
|
| 597 |
- return autoBillKey; |
|
| 598 |
- } |
|
| 599 |
- |
|
| 600 |
- public void setAutoBillKey(String autoBillKey) {
|
|
| 601 |
- this.autoBillKey = autoBillKey; |
|
| 602 |
- } |
|
| 603 |
- |
|
| 604 |
- public String getCashGb() {
|
|
| 605 |
- return cashGb; |
|
| 606 |
- } |
|
| 607 |
- |
|
| 608 |
- public void setCashGb(String cashGb) {
|
|
| 609 |
- this.cashGb = cashGb; |
|
| 610 |
- } |
|
| 611 |
- |
|
| 612 |
- public String getAutoYn() {
|
|
| 613 |
- return autoYn; |
|
| 614 |
- } |
|
| 615 |
- |
|
| 616 |
- public void setAutoYn(String autoYn) {
|
|
| 617 |
- this.autoYn = autoYn; |
|
| 618 |
- } |
|
| 619 |
- |
|
| 620 |
- public String getCommId() {
|
|
| 621 |
- return commId; |
|
| 622 |
- } |
|
| 623 |
- |
|
| 624 |
- public void setCommId(String commId) {
|
|
| 625 |
- this.commId = commId; |
|
| 626 |
- } |
|
| 627 |
- |
|
| 628 |
- public String getMobileId() {
|
|
| 629 |
- return mobileId; |
|
| 630 |
- } |
|
| 631 |
- |
|
| 632 |
- public void setMobileId(String mobileId) {
|
|
| 633 |
- this.mobileId = mobileId; |
|
| 634 |
- } |
|
| 635 |
- |
|
| 636 |
- public String getMrchId() {
|
|
| 637 |
- return mrchId; |
|
| 638 |
- } |
|
| 639 |
- |
|
| 640 |
- public void setMrchId(String mrchId) {
|
|
| 641 |
- this.mrchId = mrchId; |
|
| 642 |
- } |
|
| 643 |
- |
|
| 644 |
- public String getPno() {
|
|
| 645 |
- return pno; |
|
| 646 |
- } |
|
| 647 |
- |
|
| 648 |
- public void setPno(String pno) {
|
|
| 649 |
- this.pno = pno; |
|
| 650 |
- } |
|
| 651 |
- |
|
| 652 |
- public String getPayerEmail() {
|
|
| 653 |
- return payerEmail; |
|
| 654 |
- } |
|
| 655 |
- |
|
| 656 |
- public void setPayerEmail(String payerEmail) {
|
|
| 657 |
- this.payerEmail = payerEmail; |
|
| 658 |
- } |
|
| 659 |
- |
|
| 660 |
- public String getPrdtNm() {
|
|
| 661 |
- return prdtNm; |
|
| 662 |
- } |
|
| 663 |
- |
|
| 664 |
- public void setPrdtNm(String prdtNm) {
|
|
| 665 |
- this.prdtNm = prdtNm; |
|
| 666 |
- } |
|
| 667 |
- |
|
| 668 |
- public String getPrdtPrice() {
|
|
| 669 |
- return prdtPrice; |
|
| 670 |
- } |
|
| 671 |
- |
|
| 672 |
- public void setPrdtPrice(String prdtPrice) {
|
|
| 673 |
- this.prdtPrice = prdtPrice; |
|
| 674 |
- } |
|
| 675 |
- |
|
| 676 |
- public String getSignDate() {
|
|
| 677 |
- return signDate; |
|
| 678 |
- } |
|
| 679 |
- |
|
| 680 |
- public void setSignDate(String signDate) {
|
|
| 681 |
- this.signDate = signDate; |
|
| 682 |
- } |
|
| 683 |
- |
|
| 684 |
- public String getSvcId() {
|
|
| 685 |
- return svcId; |
|
| 686 |
- } |
|
| 687 |
- |
|
| 688 |
- public void setSvcId(String svcId) {
|
|
| 689 |
- this.svcId = svcId; |
|
| 690 |
- } |
|
| 691 |
- |
|
| 692 |
- public String getTradeId() {
|
|
| 693 |
- return tradeId; |
|
| 694 |
- } |
|
| 695 |
- |
|
| 696 |
- public void setTradeId(String tradeId) {
|
|
| 697 |
- this.tradeId = tradeId; |
|
| 698 |
- } |
|
| 699 |
- |
|
| 700 |
- public String getUserKey() {
|
|
| 701 |
- return userKey; |
|
| 702 |
- } |
|
| 703 |
- |
|
| 704 |
- public void setUserKey(String userKey) {
|
|
| 705 |
- this.userKey = userKey; |
|
| 706 |
- } |
|
| 707 |
- |
|
| 708 |
- public String getMcEzKey() {
|
|
| 709 |
- return mcEzKey; |
|
| 710 |
- } |
|
| 711 |
- |
|
| 712 |
- public void setMcEzKey(String mcEzKey) {
|
|
| 713 |
- this.mcEzKey = mcEzKey; |
|
| 714 |
- } |
|
| 715 |
- |
|
| 716 |
- public void setCash(double cash) {
|
|
| 717 |
- this.cash = cash; |
|
| 718 |
- } |
|
| 719 |
- |
|
| 720 |
- |
|
| 721 |
- |
|
| 722 |
- public String getCashId() {
|
|
| 723 |
- return cashId; |
|
| 724 |
- } |
|
| 725 |
- |
|
| 726 |
- public void setCashId(String cashId) {
|
|
| 727 |
- this.cashId = cashId; |
|
| 728 |
- } |
|
| 729 |
- |
|
| 730 |
- public String getUserId() {
|
|
| 731 |
- return userId; |
|
| 732 |
- } |
|
| 733 |
- |
|
| 734 |
- public void setUserId(String userId) {
|
|
| 735 |
- this.userId = userId; |
|
| 736 |
- } |
|
| 737 |
- |
|
| 738 |
- public double getCash() {
|
|
| 739 |
- return cash; |
|
| 740 |
- } |
|
| 741 |
- |
|
| 742 |
- public void setCash(float cash) {
|
|
| 743 |
- this.cash = cash; |
|
| 744 |
- } |
|
| 745 |
- |
|
| 746 |
- public double getMinusCash() {
|
|
| 747 |
- return minusCash; |
|
| 748 |
- } |
|
| 749 |
- |
|
| 750 |
- public void setMinusCash(double minusCash) {
|
|
| 751 |
- this.minusCash = minusCash; |
|
| 752 |
- } |
|
| 753 |
- |
|
| 754 |
- public String getStrCash() {
|
|
| 755 |
- return strCash; |
|
| 756 |
- } |
|
| 757 |
- |
|
| 758 |
- public void setStrCash(String strCash) {
|
|
| 759 |
- this.strCash = strCash; |
|
| 760 |
- } |
|
| 761 |
- |
|
| 762 |
- public String getFrstRegisterId() {
|
|
| 763 |
- return frstRegisterId; |
|
| 764 |
- } |
|
| 765 |
- |
|
| 766 |
- public void setFrstRegisterId(String frstRegisterId) {
|
|
| 767 |
- this.frstRegisterId = frstRegisterId; |
|
| 768 |
- } |
|
| 769 |
- |
|
| 770 |
- public String getFrstRegistPnttm() {
|
|
| 771 |
- return frstRegistPnttm; |
|
| 772 |
- } |
|
| 773 |
- |
|
| 774 |
- public void setFrstRegistPnttm(String frstRegistPnttm) {
|
|
| 775 |
- this.frstRegistPnttm = frstRegistPnttm; |
|
| 776 |
- } |
|
| 777 |
- |
|
| 778 |
- public String getAdminRegisterId() {
|
|
| 779 |
- return adminRegisterId; |
|
| 780 |
- } |
|
| 781 |
- |
|
| 782 |
- public void setAdminRegisterId(String adminRegisterId) {
|
|
| 783 |
- this.adminRegisterId = adminRegisterId; |
|
| 784 |
- } |
|
| 785 |
- |
|
| 786 |
- public String getAdminRegistPnttm() {
|
|
| 787 |
- return adminRegistPnttm; |
|
| 788 |
- } |
|
| 789 |
- |
|
| 790 |
- public void setAdminRegistPnttm(String adminRegistPnttm) {
|
|
| 791 |
- this.adminRegistPnttm = adminRegistPnttm; |
|
| 792 |
- } |
|
| 793 |
- |
|
| 794 |
- |
|
| 795 |
- public String getMemo() {
|
|
| 796 |
- return memo; |
|
| 797 |
- } |
|
| 798 |
- |
|
| 799 |
- public void setMemo(String memo) {
|
|
| 800 |
- this.memo = memo; |
|
| 801 |
- } |
|
| 802 |
- |
|
| 803 |
- public String getOrderId() {
|
|
| 804 |
- return orderId; |
|
| 805 |
- } |
|
| 806 |
- |
|
| 807 |
- public void setOrderId(String orderId) {
|
|
| 808 |
- this.orderId = orderId; |
|
| 809 |
- } |
|
| 810 |
- |
|
| 811 |
- public String getMsgGroupId() {
|
|
| 812 |
- return msgGroupId; |
|
| 813 |
- } |
|
| 814 |
- |
|
| 815 |
- public void setMsgGroupId(String msgGroupId) {
|
|
| 816 |
- this.msgGroupId = msgGroupId; |
|
| 817 |
- } |
|
| 818 |
- |
|
| 819 |
- public String getDelFlag() {
|
|
| 820 |
- return delFlag; |
|
| 821 |
- } |
|
| 822 |
- |
|
| 823 |
- public void setDelFlag(String delFlag) {
|
|
| 824 |
- this.delFlag = delFlag; |
|
| 825 |
- } |
|
| 826 |
- |
|
| 827 |
- public static long getSerialversionuid() {
|
|
| 828 |
- return serialVersionUID; |
|
| 829 |
- } |
|
| 830 |
- |
|
| 831 |
- public String getSearchCondition2() {
|
|
| 832 |
- return searchCondition2; |
|
| 833 |
- } |
|
| 834 |
- |
|
| 835 |
- public void setSearchCondition2(String searchCondition2) {
|
|
| 836 |
- this.searchCondition2 = searchCondition2; |
|
| 837 |
- } |
|
| 838 |
- |
|
| 839 |
- public String getSearchCmpltYn() {
|
|
| 840 |
- return searchCmpltYn; |
|
| 841 |
- } |
|
| 842 |
- |
|
| 843 |
- public void setSearchCmpltYn(String searchCmpltYn) {
|
|
| 844 |
- this.searchCmpltYn = searchCmpltYn; |
|
| 845 |
- } |
|
| 846 |
- |
|
| 847 |
- public String getDelFlagTxt() {
|
|
| 848 |
- return delFlagTxt; |
|
| 849 |
- } |
|
| 850 |
- |
|
| 851 |
- public void setDelFlagTxt(String delFlagTxt) {
|
|
| 852 |
- this.delFlagTxt = delFlagTxt; |
|
| 853 |
- } |
|
| 854 |
- |
|
| 855 |
- public String getMerchantKey() {
|
|
| 856 |
- return merchantKey; |
|
| 857 |
- } |
|
| 858 |
- |
|
| 859 |
- public void setMerchantKey(String merchantKey) {
|
|
| 860 |
- this.merchantKey = merchantKey; |
|
| 861 |
- } |
|
| 862 |
- |
|
| 863 |
- public String getMerchantID() {
|
|
| 864 |
- return merchantID; |
|
| 865 |
- } |
|
| 866 |
- |
|
| 867 |
- public void setMerchantID(String merchantID) {
|
|
| 868 |
- this.merchantID = merchantID; |
|
| 869 |
- } |
|
| 870 |
- |
|
| 871 |
- public String getGoodsName() {
|
|
| 872 |
- return goodsName; |
|
| 873 |
- } |
|
| 874 |
- |
|
| 875 |
- public void setGoodsName(String goodsName) {
|
|
| 876 |
- this.goodsName = goodsName; |
|
| 877 |
- } |
|
| 878 |
- |
|
| 879 |
- public String getPrice() {
|
|
| 880 |
- return price; |
|
| 881 |
- } |
|
| 882 |
- |
|
| 883 |
- public void setPrice(String price) {
|
|
| 884 |
- this.price = price; |
|
| 885 |
- } |
|
| 886 |
- |
|
| 887 |
- public String getBuyerName() {
|
|
| 888 |
- return buyerName; |
|
| 889 |
- } |
|
| 890 |
- |
|
| 891 |
- public void setBuyerName(String buyerName) {
|
|
| 892 |
- this.buyerName = buyerName; |
|
| 893 |
- } |
|
| 894 |
- |
|
| 895 |
- public String getBuyerTel() {
|
|
| 896 |
- return buyerTel; |
|
| 897 |
- } |
|
| 898 |
- |
|
| 899 |
- public void setBuyerTel(String buyerTel) {
|
|
| 900 |
- this.buyerTel = buyerTel; |
|
| 901 |
- } |
|
| 902 |
- |
|
| 903 |
- public String getBuyerEmail() {
|
|
| 904 |
- return buyerEmail; |
|
| 905 |
- } |
|
| 906 |
- |
|
| 907 |
- public void setBuyerEmail(String buyerEmail) {
|
|
| 908 |
- this.buyerEmail = buyerEmail; |
|
| 909 |
- } |
|
| 910 |
- |
|
| 911 |
- public String getMoid() {
|
|
| 912 |
- return moid; |
|
| 913 |
- } |
|
| 914 |
- |
|
| 915 |
- public void setMoid(String moid) {
|
|
| 916 |
- this.moid = moid; |
|
| 917 |
- } |
|
| 918 |
- |
|
| 919 |
- public String getReturnURL() {
|
|
| 920 |
- return returnURL; |
|
| 921 |
- } |
|
| 922 |
- |
|
| 923 |
- public void setReturnURL(String returnURL) {
|
|
| 924 |
- this.returnURL = returnURL; |
|
| 925 |
- } |
|
| 926 |
- |
|
| 927 |
- public String getPgCode() {
|
|
| 928 |
- return pgCode; |
|
| 929 |
- } |
|
| 930 |
- |
|
| 931 |
- public void setPgCode(String pgCode) {
|
|
| 932 |
- this.pgCode = pgCode; |
|
| 933 |
- } |
|
| 934 |
- |
|
| 935 |
- public String getPgStatus() {
|
|
| 936 |
- return pgStatus; |
|
| 937 |
- } |
|
| 938 |
- |
|
| 939 |
- public void setPgStatus(String pgStatus) {
|
|
| 940 |
- this.pgStatus = pgStatus; |
|
| 941 |
- } |
|
| 942 |
- |
|
| 943 |
- public String getRegDate() {
|
|
| 944 |
- return regDate; |
|
| 945 |
- } |
|
| 946 |
- |
|
| 947 |
- public void setRegDate(String regDate) {
|
|
| 948 |
- this.regDate = regDate; |
|
| 949 |
- } |
|
| 950 |
- |
|
| 951 |
- public String getPhone() {
|
|
| 952 |
- return phone; |
|
| 953 |
- } |
|
| 954 |
- |
|
| 955 |
- public void setPhone(String phone) {
|
|
| 956 |
- this.phone = phone; |
|
| 957 |
- } |
|
| 958 |
- |
|
| 959 |
- public String getEmail() {
|
|
| 960 |
- return email; |
|
| 961 |
- } |
|
| 962 |
- |
|
| 963 |
- public void setEmail(String email) {
|
|
| 964 |
- this.email = email; |
|
| 965 |
- } |
|
| 966 |
- |
|
| 967 |
- public String getOfflineAccount() {
|
|
| 968 |
- return offlineAccount; |
|
| 969 |
- } |
|
| 970 |
- |
|
| 971 |
- public void setOfflineAccount(String offlineAccount) {
|
|
| 972 |
- this.offlineAccount = offlineAccount; |
|
| 973 |
- } |
|
| 974 |
- |
|
| 975 |
- public String getOfflineReceipt() {
|
|
| 976 |
- return offlineReceipt; |
|
| 977 |
- } |
|
| 978 |
- |
|
| 979 |
- public void setOfflineReceipt(String offlineReceipt) {
|
|
| 980 |
- this.offlineReceipt = offlineReceipt; |
|
| 981 |
- } |
|
| 982 |
- |
|
| 983 |
- public String getTid() {
|
|
| 984 |
- return tid; |
|
| 985 |
- } |
|
| 986 |
- |
|
| 987 |
- public void setTid(String tid) {
|
|
| 988 |
- this.tid = tid; |
|
| 989 |
- } |
|
| 990 |
- |
|
| 991 |
- public String getResultCode() {
|
|
| 992 |
- return resultCode; |
|
| 993 |
- } |
|
| 994 |
- |
|
| 995 |
- public void setResultCode(String resultCode) {
|
|
| 996 |
- this.resultCode = resultCode; |
|
| 997 |
- } |
|
| 998 |
- |
|
| 999 |
- public String getResultMsg() {
|
|
| 1000 |
- return resultMsg; |
|
| 1001 |
- } |
|
| 1002 |
- |
|
| 1003 |
- public void setResultMsg(String resultMsg) {
|
|
| 1004 |
- this.resultMsg = resultMsg; |
|
| 1005 |
- } |
|
| 1006 |
- |
|
| 1007 |
- public String getMid() {
|
|
| 1008 |
- return mid; |
|
| 1009 |
- } |
|
| 1010 |
- |
|
| 1011 |
- public void setMid(String mid) {
|
|
| 1012 |
- this.mid = mid; |
|
| 1013 |
- } |
|
| 1014 |
- |
|
| 1015 |
- public String getPayMethod() {
|
|
| 1016 |
- return payMethod; |
|
| 1017 |
- } |
|
| 1018 |
- |
|
| 1019 |
- public void setPayMethod(String payMethod) {
|
|
| 1020 |
- this.payMethod = payMethod; |
|
| 1021 |
- } |
|
| 1022 |
- |
|
| 1023 |
- public String getAmt() {
|
|
| 1024 |
- return amt; |
|
| 1025 |
- } |
|
| 1026 |
- |
|
| 1027 |
- public void setAmt(String amt) {
|
|
| 1028 |
- this.amt = amt; |
|
| 1029 |
- } |
|
| 1030 |
- |
|
| 1031 |
- public String getAuthDate() {
|
|
| 1032 |
- return authDate; |
|
| 1033 |
- } |
|
| 1034 |
- |
|
| 1035 |
- public void setAuthDate(String authDate) {
|
|
| 1036 |
- this.authDate = authDate; |
|
| 1037 |
- } |
|
| 1038 |
- |
|
| 1039 |
- public String getAuthCode() {
|
|
| 1040 |
- return authCode; |
|
| 1041 |
- } |
|
| 1042 |
- |
|
| 1043 |
- public void setAuthCode(String authCode) {
|
|
| 1044 |
- this.authCode = authCode; |
|
| 1045 |
- } |
|
| 1046 |
- |
|
| 1047 |
- public String getCardCode() {
|
|
| 1048 |
- return cardCode; |
|
| 1049 |
- } |
|
| 1050 |
- |
|
| 1051 |
- public void setCardCode(String cardCode) {
|
|
| 1052 |
- this.cardCode = cardCode; |
|
| 1053 |
- } |
|
| 1054 |
- |
|
| 1055 |
- public String getCardName() {
|
|
| 1056 |
- return cardName; |
|
| 1057 |
- } |
|
| 1058 |
- |
|
| 1059 |
- public void setCardName(String cardName) {
|
|
| 1060 |
- this.cardName = cardName; |
|
| 1061 |
- } |
|
| 1062 |
- |
|
| 1063 |
- public String getCardQuota() {
|
|
| 1064 |
- return cardQuota; |
|
| 1065 |
- } |
|
| 1066 |
- |
|
| 1067 |
- public void setCardQuota(String cardQuota) {
|
|
| 1068 |
- this.cardQuota = cardQuota; |
|
| 1069 |
- } |
|
| 1070 |
- |
|
| 1071 |
- public String getCardCl() {
|
|
| 1072 |
- return cardCl; |
|
| 1073 |
- } |
|
| 1074 |
- |
|
| 1075 |
- public void setCardCl(String cardCl) {
|
|
| 1076 |
- this.cardCl = cardCl; |
|
| 1077 |
- } |
|
| 1078 |
- |
|
| 1079 |
- public String getCcPartCl() {
|
|
| 1080 |
- return ccPartCl; |
|
| 1081 |
- } |
|
| 1082 |
- |
|
| 1083 |
- public void setCcPartCl(String ccPartCl) {
|
|
| 1084 |
- this.ccPartCl = ccPartCl; |
|
| 1085 |
- } |
|
| 1086 |
- |
|
| 1087 |
- public String getBankCode() {
|
|
| 1088 |
- return bankCode; |
|
| 1089 |
- } |
|
| 1090 |
- |
|
| 1091 |
- public void setBankCode(String bankCode) {
|
|
| 1092 |
- this.bankCode = bankCode; |
|
| 1093 |
- } |
|
| 1094 |
- |
|
| 1095 |
- public String getBankName() {
|
|
| 1096 |
- return bankName; |
|
| 1097 |
- } |
|
| 1098 |
- |
|
| 1099 |
- public void setBankName(String bankName) {
|
|
| 1100 |
- this.bankName = bankName; |
|
| 1101 |
- } |
|
| 1102 |
- |
|
| 1103 |
- public String getRcptType() {
|
|
| 1104 |
- return rcptType; |
|
| 1105 |
- } |
|
| 1106 |
- |
|
| 1107 |
- public void setRcptType(String rcptType) {
|
|
| 1108 |
- this.rcptType = rcptType; |
|
| 1109 |
- } |
|
| 1110 |
- |
|
| 1111 |
- public String getRcptAuthCode() {
|
|
| 1112 |
- return rcptAuthCode; |
|
| 1113 |
- } |
|
| 1114 |
- |
|
| 1115 |
- public void setRcptAuthCode(String rcptAuthCode) {
|
|
| 1116 |
- this.rcptAuthCode = rcptAuthCode; |
|
| 1117 |
- } |
|
| 1118 |
- |
|
| 1119 |
- public String getRcptTid() {
|
|
| 1120 |
- return rcptTid; |
|
| 1121 |
- } |
|
| 1122 |
- |
|
| 1123 |
- public void setRcptTid(String rcptTid) {
|
|
| 1124 |
- this.rcptTid = rcptTid; |
|
| 1125 |
- } |
|
| 1126 |
- |
|
| 1127 |
- public String getCarrier() {
|
|
| 1128 |
- return carrier; |
|
| 1129 |
- } |
|
| 1130 |
- |
|
| 1131 |
- public void setCarrier(String carrier) {
|
|
| 1132 |
- this.carrier = carrier; |
|
| 1133 |
- } |
|
| 1134 |
- |
|
| 1135 |
- public String getMobile() {
|
|
| 1136 |
- return mobile; |
|
| 1137 |
- } |
|
| 1138 |
- |
|
| 1139 |
- public void setMobile(String mobile) {
|
|
| 1140 |
- this.mobile = mobile; |
|
| 1141 |
- } |
|
| 1142 |
- |
|
| 1143 |
- public String getVbankCode() {
|
|
| 1144 |
- return vbankCode; |
|
| 1145 |
- } |
|
| 1146 |
- |
|
| 1147 |
- public void setVbankCode(String vbankCode) {
|
|
| 1148 |
- this.vbankCode = vbankCode; |
|
| 1149 |
- } |
|
| 1150 |
- |
|
| 1151 |
- public String getVbankName() {
|
|
| 1152 |
- return vbankName; |
|
| 1153 |
- } |
|
| 1154 |
- |
|
| 1155 |
- public void setVbankName(String vbankName) {
|
|
| 1156 |
- this.vbankName = vbankName; |
|
| 1157 |
- } |
|
| 1158 |
- |
|
| 1159 |
- public String getVbankNum() {
|
|
| 1160 |
- return vbankNum; |
|
| 1161 |
- } |
|
| 1162 |
- |
|
| 1163 |
- public void setVbankNum(String vbankNum) {
|
|
| 1164 |
- this.vbankNum = vbankNum; |
|
| 1165 |
- } |
|
| 1166 |
- |
|
| 1167 |
- public String getVbankExpDate() {
|
|
| 1168 |
- return vbankExpDate; |
|
| 1169 |
- } |
|
| 1170 |
- |
|
| 1171 |
- public void setVbankExpDate(String vbankExpDate) {
|
|
| 1172 |
- this.vbankExpDate = vbankExpDate; |
|
| 1173 |
- } |
|
| 1174 |
- |
|
| 1175 |
- public String getCancelResultCode() {
|
|
| 1176 |
- return cancelResultCode; |
|
| 1177 |
- } |
|
| 1178 |
- |
|
| 1179 |
- public void setCancelResultCode(String cancelResultCode) {
|
|
| 1180 |
- this.cancelResultCode = cancelResultCode; |
|
| 1181 |
- } |
|
| 1182 |
- |
|
| 1183 |
- public String getCancelResultMsg() {
|
|
| 1184 |
- return cancelResultMsg; |
|
| 1185 |
- } |
|
| 1186 |
- |
|
| 1187 |
- public void setCancelResultMsg(String cancelResultMsg) {
|
|
| 1188 |
- this.cancelResultMsg = cancelResultMsg; |
|
| 1189 |
- } |
|
| 1190 |
- |
|
| 1191 |
- public String getCancelAmt() {
|
|
| 1192 |
- return cancelAmt; |
|
| 1193 |
- } |
|
| 1194 |
- |
|
| 1195 |
- public void setCancelAmt(String cancelAmt) {
|
|
| 1196 |
- this.cancelAmt = cancelAmt; |
|
| 1197 |
- } |
|
| 1198 |
- |
|
| 1199 |
- public String getCancelDate() {
|
|
| 1200 |
- return cancelDate; |
|
| 1201 |
- } |
|
| 1202 |
- |
|
| 1203 |
- public void setCancelDate(String cancelDate) {
|
|
| 1204 |
- this.cancelDate = cancelDate; |
|
| 1205 |
- } |
|
| 1206 |
- |
|
| 1207 |
- public String getCancelTime() {
|
|
| 1208 |
- return cancelTime; |
|
| 1209 |
- } |
|
| 1210 |
- |
|
| 1211 |
- public void setCancelTime(String cancelTime) {
|
|
| 1212 |
- this.cancelTime = cancelTime; |
|
| 1213 |
- } |
|
| 1214 |
- |
|
| 1215 |
- public String getCancelNum() {
|
|
| 1216 |
- return cancelNum; |
|
| 1217 |
- } |
|
| 1218 |
- |
|
| 1219 |
- public void setCancelNum(String cancelNum) {
|
|
| 1220 |
- this.cancelNum = cancelNum; |
|
| 1221 |
- } |
|
| 1222 |
- |
|
| 1223 |
- public String getRegNo() {
|
|
| 1224 |
- return regNo; |
|
| 1225 |
- } |
|
| 1226 |
- |
|
| 1227 |
- public void setRegNo(String regNo) {
|
|
| 1228 |
- this.regNo = regNo; |
|
| 1229 |
- } |
|
| 1230 |
- |
|
| 1231 |
- public String getCompanyName() {
|
|
| 1232 |
- return companyName; |
|
| 1233 |
- } |
|
| 1234 |
- |
|
| 1235 |
- public void setCompanyName(String companyName) {
|
|
| 1236 |
- this.companyName = companyName; |
|
| 1237 |
- } |
|
| 1238 |
- |
|
| 1239 |
- public String getRepName() {
|
|
| 1240 |
- return repName; |
|
| 1241 |
- } |
|
| 1242 |
- |
|
| 1243 |
- public void setRepName(String repName) {
|
|
| 1244 |
- this.repName = repName; |
|
| 1245 |
- } |
|
| 1246 |
- |
|
| 1247 |
- public String getAddr() {
|
|
| 1248 |
- return addr; |
|
| 1249 |
- } |
|
| 1250 |
- |
|
| 1251 |
- public void setAddr(String addr) {
|
|
| 1252 |
- this.addr = addr; |
|
| 1253 |
- } |
|
| 1254 |
- |
|
| 1255 |
- public String getRecvZipcode() {
|
|
| 1256 |
- return recvZipcode; |
|
| 1257 |
- } |
|
| 1258 |
- |
|
| 1259 |
- public void setRecvZipcode(String recvZipcode) {
|
|
| 1260 |
- this.recvZipcode = recvZipcode; |
|
| 1261 |
- } |
|
| 1262 |
- |
|
| 1263 |
- public String getRecvAddr1() {
|
|
| 1264 |
- return recvAddr1; |
|
| 1265 |
- } |
|
| 1266 |
- |
|
| 1267 |
- public void setRecvAddr1(String recvAddr1) {
|
|
| 1268 |
- this.recvAddr1 = recvAddr1; |
|
| 1269 |
- } |
|
| 1270 |
- |
|
| 1271 |
- public String getRecvAddr2() {
|
|
| 1272 |
- return recvAddr2; |
|
| 1273 |
- } |
|
| 1274 |
- |
|
| 1275 |
- public void setRecvAddr2(String recvAddr2) {
|
|
| 1276 |
- this.recvAddr2 = recvAddr2; |
|
| 1277 |
- } |
|
| 1278 |
- |
|
| 1279 |
- public String getBtype() {
|
|
| 1280 |
- return btype; |
|
| 1281 |
- } |
|
| 1282 |
- |
|
| 1283 |
- public void setBtype(String btype) {
|
|
| 1284 |
- this.btype = btype; |
|
| 1285 |
- } |
|
| 1286 |
- |
|
| 1287 |
- public String getBitem() {
|
|
| 1288 |
- return bitem; |
|
| 1289 |
- } |
|
| 1290 |
- |
|
| 1291 |
- public void setBitem(String bitem) {
|
|
| 1292 |
- this.bitem = bitem; |
|
| 1293 |
- } |
|
| 1294 |
- |
|
| 1295 |
- public String getConfirmYn() {
|
|
| 1296 |
- return confirmYn; |
|
| 1297 |
- } |
|
| 1298 |
- |
|
| 1299 |
- public void setConfirmYn(String confirmYn) {
|
|
| 1300 |
- this.confirmYn = confirmYn; |
|
| 1301 |
- } |
|
| 1302 |
- |
|
| 1303 |
- public String getConfirmDate() {
|
|
| 1304 |
- return confirmDate; |
|
| 1305 |
- } |
|
| 1306 |
- |
|
| 1307 |
- public void setConfirmDate(String confirmDate) {
|
|
| 1308 |
- this.confirmDate = confirmDate; |
|
| 1309 |
- } |
|
| 1310 |
- |
|
| 1311 |
- public String getPointId() {
|
|
| 1312 |
- return pointId; |
|
| 1313 |
- } |
|
| 1314 |
- |
|
| 1315 |
- public void setPointId(String pointId) {
|
|
| 1316 |
- this.pointId = pointId; |
|
| 1317 |
- } |
|
| 1318 |
- |
|
| 1319 |
- public int getPoint() {
|
|
| 1320 |
- return point; |
|
| 1321 |
- } |
|
| 1322 |
- |
|
| 1323 |
- public void setPoint(int point) {
|
|
| 1324 |
- this.point = point; |
|
| 1325 |
- } |
|
| 1326 |
- |
|
| 1327 |
- public int getMinusPoint() {
|
|
| 1328 |
- return minusPoint; |
|
| 1329 |
- } |
|
| 1330 |
- |
|
| 1331 |
- public void setMinusPoint(int minusPoint) {
|
|
| 1332 |
- this.minusPoint = minusPoint; |
|
| 1333 |
- } |
|
| 1334 |
- |
|
| 1335 |
- public String getPointMemo() {
|
|
| 1336 |
- return pointMemo; |
|
| 1337 |
- } |
|
| 1338 |
- |
|
| 1339 |
- public void setPointMemo(String pointMemo) {
|
|
| 1340 |
- this.pointMemo = pointMemo; |
|
| 1341 |
- } |
|
| 1342 |
- |
|
| 1343 |
- public boolean isPaySuccess() {
|
|
| 1344 |
- return paySuccess; |
|
| 1345 |
- } |
|
| 1346 |
- |
|
| 1347 |
- public void setPaySuccess(boolean paySuccess) {
|
|
| 1348 |
- this.paySuccess = paySuccess; |
|
| 1349 |
- } |
|
| 1350 |
- |
|
| 1351 |
- public String getPayMethodTxt() {
|
|
| 1352 |
- return payMethodTxt; |
|
| 1353 |
- } |
|
| 1354 |
- |
|
| 1355 |
- public void setPayMethodTxt(String payMethodTxt) {
|
|
| 1356 |
- this.payMethodTxt = payMethodTxt; |
|
| 1357 |
- } |
|
| 1358 |
- |
|
| 1359 |
- public String getPgStatusTxt() {
|
|
| 1360 |
- return pgStatusTxt; |
|
| 1361 |
- } |
|
| 1362 |
- |
|
| 1363 |
- public void setPgStatusTxt(String pgStatusTxt) {
|
|
| 1364 |
- this.pgStatusTxt = pgStatusTxt; |
|
| 1365 |
- } |
|
| 1366 |
- |
|
| 1367 |
- public String getRcptTypeTxt() {
|
|
| 1368 |
- return rcptTypeTxt; |
|
| 1369 |
- } |
|
| 1370 |
- |
|
| 1371 |
- public void setRcptTypeTxt(String rcptTypeTxt) {
|
|
| 1372 |
- this.rcptTypeTxt = rcptTypeTxt; |
|
| 1373 |
- } |
|
| 1374 |
- |
|
| 1375 |
- public String getSearchCondition3() {
|
|
| 1376 |
- return searchCondition3; |
|
| 1377 |
- } |
|
| 1378 |
- |
|
| 1379 |
- public void setSearchCondition3(String searchCondition3) {
|
|
| 1380 |
- this.searchCondition3 = searchCondition3; |
|
| 1381 |
- } |
|
| 1382 |
- |
|
| 1383 |
- public int getCancelCnt() {
|
|
| 1384 |
- return cancelCnt; |
|
| 1385 |
- } |
|
| 1386 |
- |
|
| 1387 |
- public void setCancelCnt(int cancelCnt) {
|
|
| 1388 |
- this.cancelCnt = cancelCnt; |
|
| 1389 |
- } |
|
| 1390 |
- |
|
| 1391 |
- public int getUserMoney() {
|
|
| 1392 |
- return userMoney; |
|
| 1393 |
- } |
|
| 1394 |
- |
|
| 1395 |
- public void setUserMoney(int userMoney) {
|
|
| 1396 |
- this.userMoney = userMoney; |
|
| 1397 |
- } |
|
| 1398 |
- |
|
| 1399 |
- public int getUserPoint() {
|
|
| 1400 |
- return userPoint; |
|
| 1401 |
- } |
|
| 1402 |
- |
|
| 1403 |
- public void setUserPoint(int userPoint) {
|
|
| 1404 |
- this.userPoint = userPoint; |
|
| 1405 |
- } |
|
| 1406 |
- |
|
| 1407 |
- public int getSign() {
|
|
| 1408 |
- return sign; |
|
| 1409 |
- } |
|
| 1410 |
- |
|
| 1411 |
- public void setSign(int sign) {
|
|
| 1412 |
- this.sign = sign; |
|
| 1413 |
- } |
|
| 1414 |
- |
|
| 1415 |
- public String getStartDate() {
|
|
| 1416 |
- return startDate; |
|
| 1417 |
- } |
|
| 1418 |
- |
|
| 1419 |
- public void setStartDate(String startDate) {
|
|
| 1420 |
- this.startDate = startDate; |
|
| 1421 |
- } |
|
| 1422 |
- |
|
| 1423 |
- public String getEndDate() {
|
|
| 1424 |
- return endDate; |
|
| 1425 |
- } |
|
| 1426 |
- |
|
| 1427 |
- public void setEndDate(String endDate) {
|
|
| 1428 |
- this.endDate = endDate; |
|
| 1429 |
- } |
|
| 1430 |
- |
|
| 1431 |
- public String getDivFlag() {
|
|
| 1432 |
- return divFlag; |
|
| 1433 |
- } |
|
| 1434 |
- |
|
| 1435 |
- public void setDivFlag(String divFlag) {
|
|
| 1436 |
- this.divFlag = divFlag; |
|
| 1437 |
- } |
|
| 1438 |
- |
|
| 1439 |
- public String getPointUseId() {
|
|
| 1440 |
- return pointUseId; |
|
| 1441 |
- } |
|
| 1442 |
- |
|
| 1443 |
- public void setPointUseId(String pointUseId) {
|
|
| 1444 |
- this.pointUseId = pointUseId; |
|
| 1445 |
- } |
|
| 1446 |
- |
|
| 1447 |
- public String getType() {
|
|
| 1448 |
- return type; |
|
| 1449 |
- } |
|
| 1450 |
- |
|
| 1451 |
- public void setType(String type) {
|
|
| 1452 |
- this.type = type; |
|
| 1453 |
- } |
|
| 1454 |
- |
|
| 1455 |
- public String getCmpltYn() {
|
|
| 1456 |
- return cmpltYn; |
|
| 1457 |
- } |
|
| 1458 |
- |
|
| 1459 |
- public void setCmpltYn(String cmpltYn) {
|
|
| 1460 |
- this.cmpltYn = cmpltYn; |
|
| 1461 |
- } |
|
| 1462 |
- |
|
| 1463 |
- public String getBankNm() {
|
|
| 1464 |
- return bankNm; |
|
| 1465 |
- } |
|
| 1466 |
- |
|
| 1467 |
- public void setBankNm(String bankNm) {
|
|
| 1468 |
- this.bankNm = bankNm; |
|
| 1469 |
- } |
|
| 1470 |
- |
|
| 1471 |
- public String getAccountNum() {
|
|
| 1472 |
- return accountNum; |
|
| 1473 |
- } |
|
| 1474 |
- |
|
| 1475 |
- public void setAccountNum(String accountNum) {
|
|
| 1476 |
- this.accountNum = accountNum; |
|
| 1477 |
- } |
|
| 1478 |
- |
|
| 1479 |
- public String getAccountNm() {
|
|
| 1480 |
- return accountNm; |
|
| 1481 |
- } |
|
| 1482 |
- |
|
| 1483 |
- public void setAccountNm(String accountNm) {
|
|
| 1484 |
- this.accountNm = accountNm; |
|
| 1485 |
- } |
|
| 1486 |
- |
|
| 1487 |
- public String getMbtlNum() {
|
|
| 1488 |
- return mbtlNum; |
|
| 1489 |
- } |
|
| 1490 |
- |
|
| 1491 |
- public void setMbtlNum(String mbtlNum) {
|
|
| 1492 |
- this.mbtlNum = mbtlNum; |
|
| 1493 |
- } |
|
| 1494 |
- |
|
| 1495 |
- public String getTaxTrgt() {
|
|
| 1496 |
- return taxTrgt; |
|
| 1497 |
- } |
|
| 1498 |
- |
|
| 1499 |
- public void setTaxTrgt(String taxTrgt) {
|
|
| 1500 |
- this.taxTrgt = taxTrgt; |
|
| 1501 |
- } |
|
| 1502 |
- |
|
| 1503 |
- public String getBtnChk() {
|
|
| 1504 |
- return btnChk; |
|
| 1505 |
- } |
|
| 1506 |
- |
|
| 1507 |
- public void setBtnChk(String btnChk) {
|
|
| 1508 |
- this.btnChk = btnChk; |
|
| 1509 |
- } |
|
| 1510 |
- |
|
| 1511 |
- public String getRefundListType() {
|
|
| 1512 |
- return refundListType; |
|
| 1513 |
- } |
|
| 1514 |
- |
|
| 1515 |
- public void setRefundListType(String refundListType) {
|
|
| 1516 |
- this.refundListType = refundListType; |
|
| 1517 |
- } |
|
| 1518 |
- |
|
| 1519 |
- public String getSumPay() {
|
|
| 1520 |
- return sumPay; |
|
| 1521 |
- } |
|
| 1522 |
- |
|
| 1523 |
- public void setSumPay(String sumPay) {
|
|
| 1524 |
- this.sumPay = sumPay; |
|
| 1525 |
- } |
|
| 1526 |
- |
|
| 1527 |
- public String getAmtCardSum() {
|
|
| 1528 |
- return amtCardSum; |
|
| 1529 |
- } |
|
| 1530 |
- |
|
| 1531 |
- public void setAmtCardSum(String amtCardSum) {
|
|
| 1532 |
- this.amtCardSum = amtCardSum; |
|
| 1533 |
- } |
|
| 1534 |
- |
|
| 1535 |
- public String getAmtCellSum() {
|
|
| 1536 |
- return amtCellSum; |
|
| 1537 |
- } |
|
| 1538 |
- |
|
| 1539 |
- public void setAmtCellSum(String amtCellSum) {
|
|
| 1540 |
- this.amtCellSum = amtCellSum; |
|
| 1541 |
- } |
|
| 1542 |
- |
|
| 1543 |
- public String getAmtBankSum() {
|
|
| 1544 |
- return amtBankSum; |
|
| 1545 |
- } |
|
| 1546 |
- |
|
| 1547 |
- public void setAmtBankSum(String amtBankSum) {
|
|
| 1548 |
- this.amtBankSum = amtBankSum; |
|
| 1549 |
- } |
|
| 1550 |
- |
|
| 1551 |
- public String getAmtVbankSum() {
|
|
| 1552 |
- return amtVbankSum; |
|
| 1553 |
- } |
|
| 1554 |
- |
|
| 1555 |
- public void setAmtVbankSum(String amtVbankSum) {
|
|
| 1556 |
- this.amtVbankSum = amtVbankSum; |
|
| 1557 |
- } |
|
| 1558 |
- |
|
| 1559 |
- public String getAmtTotSum() {
|
|
| 1560 |
- return amtTotSum; |
|
| 1561 |
- } |
|
| 1562 |
- |
|
| 1563 |
- public void setAmtTotSum(String amtTotSum) {
|
|
| 1564 |
- this.amtTotSum = amtTotSum; |
|
| 1565 |
- } |
|
| 1566 |
- |
|
| 1567 |
- public String getNtceBgnde() {
|
|
| 1568 |
- return ntceBgnde; |
|
| 1569 |
- } |
|
| 1570 |
- |
|
| 1571 |
- public void setNtceBgnde(String ntceBgnde) {
|
|
| 1572 |
- this.ntceBgnde = ntceBgnde; |
|
| 1573 |
- } |
|
| 1574 |
- |
|
| 1575 |
- public String getNtceEndde() {
|
|
| 1576 |
- return ntceEndde; |
|
| 1577 |
- } |
|
| 1578 |
- |
|
| 1579 |
- public void setNtceEndde(String ntceEndde) {
|
|
| 1580 |
- this.ntceEndde = ntceEndde; |
|
| 1581 |
- } |
|
| 1582 |
- |
|
| 1583 |
- public String getUserName() {
|
|
| 1584 |
- return userName; |
|
| 1585 |
- } |
|
| 1586 |
- |
|
| 1587 |
- public void setUserName(String userName) {
|
|
| 1588 |
- this.userName = userName; |
|
| 1589 |
- } |
|
| 1590 |
- |
|
| 1591 |
- public String getCalcBaseM() {
|
|
| 1592 |
- return calcBaseM; |
|
| 1593 |
- } |
|
| 1594 |
- |
|
| 1595 |
- public void setCalcBaseM(String calcBaseM) {
|
|
| 1596 |
- this.calcBaseM = calcBaseM; |
|
| 1597 |
- } |
|
| 1598 |
- |
|
| 1599 |
- public String getCashSum() {
|
|
| 1600 |
- return cashSum; |
|
| 1601 |
- } |
|
| 1602 |
- |
|
| 1603 |
- public void setCashSum(String cashSum) {
|
|
| 1604 |
- this.cashSum = cashSum; |
|
| 1605 |
- } |
|
| 1606 |
- |
|
| 1607 |
- public String getCashVatSum() {
|
|
| 1608 |
- return cashVatSum; |
|
| 1609 |
- } |
|
| 1610 |
- |
|
| 1611 |
- public void setCashVatSum(String cashVatSum) {
|
|
| 1612 |
- this.cashVatSum = cashVatSum; |
|
| 1613 |
- } |
|
| 1614 |
- |
|
| 1615 |
- public String getAfterPayYn() {
|
|
| 1616 |
- return afterPayYn; |
|
| 1617 |
- } |
|
| 1618 |
- |
|
| 1619 |
- public void setAfterPayYn(String afterPayYn) {
|
|
| 1620 |
- this.afterPayYn = afterPayYn; |
|
| 1621 |
- } |
|
| 1622 |
- |
|
| 1623 |
- |
|
| 1624 |
- public String getEventMoid() {
|
|
| 1625 |
- return eventMoid; |
|
| 1626 |
- } |
|
| 1627 |
- |
|
| 1628 |
- public void setEventMoid(String eventMoid) {
|
|
| 1629 |
- this.eventMoid = eventMoid; |
|
| 1630 |
- } |
|
| 1631 |
- |
|
| 1632 |
- public String getSearchCondition5() {
|
|
| 1633 |
- return searchCondition5; |
|
| 1634 |
- } |
|
| 1635 |
- |
|
| 1636 |
- public void setSearchCondition5(String searchCondition5) {
|
|
| 1637 |
- this.searchCondition5 = searchCondition5; |
|
| 1638 |
- } |
|
| 1639 |
- |
|
| 1640 |
- public String getSmishingYn() {
|
|
| 1641 |
- return smishingYn; |
|
| 1642 |
- } |
|
| 1643 |
- |
|
| 1644 |
- public void setSmishingYn(String smishingYn) {
|
|
| 1645 |
- this.smishingYn = smishingYn; |
|
| 1646 |
- } |
|
| 1647 |
- |
|
| 1648 |
- public String getVipYn() {
|
|
| 1649 |
- return vipYn; |
|
| 1650 |
- } |
|
| 1651 |
- |
|
| 1652 |
- public void setVipYn(String vipYn) {
|
|
| 1653 |
- this.vipYn = vipYn; |
|
| 1654 |
- } |
|
| 1655 |
- |
|
| 1656 |
- public String getOneYearPayCnt() {
|
|
| 1657 |
- return oneYearPayCnt; |
|
| 1658 |
- } |
|
| 1659 |
- |
|
| 1660 |
- public void setOneYearPayCnt(String oneYearPayCnt) {
|
|
| 1661 |
- this.oneYearPayCnt = oneYearPayCnt; |
|
| 1662 |
- } |
|
| 1663 |
- |
|
| 1664 |
- public String getSendUserId() {
|
|
| 1665 |
- return sendUserId; |
|
| 1666 |
- } |
|
| 1667 |
- |
|
| 1668 |
- public void setSendUserId(String sendUserId) {
|
|
| 1669 |
- this.sendUserId = sendUserId; |
|
| 1670 |
- } |
|
| 1671 |
- |
|
| 1672 |
- public String getRecvUserId() {
|
|
| 1673 |
- return recvUserId; |
|
| 1674 |
- } |
|
| 1675 |
- |
|
| 1676 |
- public void setRecvUserId(String recvUserId) {
|
|
| 1677 |
- this.recvUserId = recvUserId; |
|
| 1678 |
- } |
|
| 1679 |
- |
|
| 1680 |
- public String getAdmUserId() {
|
|
| 1681 |
- return admUserId; |
|
| 1682 |
- } |
|
| 1683 |
- |
|
| 1684 |
- public void setAdmUserId(String admUserId) {
|
|
| 1685 |
- this.admUserId = admUserId; |
|
| 1686 |
- } |
|
| 1687 |
- |
|
| 1688 |
- public double getUserMoneyDouble() {
|
|
| 1689 |
- return userMoneyDouble; |
|
| 1690 |
- } |
|
| 1691 |
- |
|
| 1692 |
- public void setUserMoneyDouble(double userMoneyDouble) {
|
|
| 1693 |
- this.userMoneyDouble = userMoneyDouble; |
|
| 1694 |
- } |
|
| 1695 |
- |
|
| 1696 |
- public String getMrctTrdNo() {
|
|
| 1697 |
- return mrctTrdNo; |
|
| 1698 |
- } |
|
| 1699 |
- |
|
| 1700 |
- public void setMrctTrdNo(String mrctTrdNo) {
|
|
| 1701 |
- this.mrctTrdNo = mrctTrdNo; |
|
| 1702 |
- } |
|
| 1703 |
- |
|
| 1704 |
- public String getTrdNo() {
|
|
| 1705 |
- return trdNo; |
|
| 1706 |
- } |
|
| 1707 |
- |
|
| 1708 |
- public void setTrdNo(String trdNo) {
|
|
| 1709 |
- this.trdNo = trdNo; |
|
| 1710 |
- } |
|
| 236 |
+ private String totChgPay; // 간편결제분류 |
|
| 1711 | 237 |
|
| 1712 | 238 |
|
| 1713 | 239 |
} |
--- src/main/java/itn/let/mjo/pay/web/MjonPayController.java
+++ src/main/java/itn/let/mjo/pay/web/MjonPayController.java
... | ... | @@ -2119,11 +2119,7 @@ |
| 2119 | 2119 |
// mjonPayVO.setStartDate(mjonPayVO.getStartDate() == null ? DateUtil.getDateDaysAgo(365) : mjonPayVO.getStartDate()); |
| 2120 | 2120 |
// mjonPayVO.setEndDate(mjonPayVO.getEndDate() == null ? DateUtil.getCurrentDate() : mjonPayVO.getEndDate()); |
| 2121 | 2121 |
|
| 2122 |
- System.out.println("???");
|
|
| 2123 |
- System.out.println("mjonPayVO.getStartDate() :: "+mjonPayVO.getStartDate());
|
|
| 2124 |
- System.out.println("mjonPayVO.getEndDate() :: "+mjonPayVO.getEndDate());
|
|
| 2125 | 2122 |
if(!DateUtils.dateChkAndValueChk(mjonPayVO.getStartDate(),mjonPayVO.getEndDate(), 12 )) {
|
| 2126 |
- System.out.println("???");
|
|
| 2127 | 2123 |
mjonPayVO.setStartDate(DateUtils.getDateDaysAgo(365)); |
| 2128 | 2124 |
mjonPayVO.setEndDate(DateUtils.getCurrentDate()); |
| 2129 | 2125 |
}; |
... | ... | @@ -2131,6 +2127,10 @@ |
| 2131 | 2127 |
|
| 2132 | 2128 |
//결제 리스트 정보 불러오기 |
| 2133 | 2129 |
List<MjonPayVO> resultList = mjonPayService.selectPayList(mjonPayVO); |
| 2130 |
+ |
|
| 2131 |
+ |
|
| 2132 |
+ model.addAttribute("totChgPay", resultList.size() > 0 ? resultList.get(0).getTotChgPay() : 0);
|
|
| 2133 |
+ |
|
| 2134 | 2134 |
|
| 2135 | 2135 |
model.addAttribute("resultList", resultList);
|
| 2136 | 2136 |
paginationInfo.setTotalRecordCount(resultList.size() > 0 ? ((MjonPayVO)resultList.get(0)).getTotCnt() : 0); |
... | ... | @@ -2203,6 +2203,13 @@ |
| 2203 | 2203 |
model.addAttribute("resultList", resultList);
|
| 2204 | 2204 |
paginationInfo.setTotalRecordCount(resultList.size() > 0 ? ((MjonPayVO)resultList.get(0)).getTotCnt() : 0); |
| 2205 | 2205 |
model.addAttribute("paginationInfo", paginationInfo);
|
| 2206 |
+ |
|
| 2207 |
+ model.addAttribute("totChgPay", resultList.size() > 0 ? resultList.get(0).getTotChgPay() : 0);
|
|
| 2208 |
+ |
|
| 2209 |
+// String requestUri = request.getRequestURI(); |
|
| 2210 |
+// String fileName = requestUri.substring(requestUri.lastIndexOf('/') + 1);
|
|
| 2211 |
+// |
|
| 2212 |
+// model.addAttribute("fileName", fileName);
|
|
| 2206 | 2213 |
|
| 2207 | 2214 |
return "/web/pay/PayListPointAjax"; |
| 2208 | 2215 |
|
--- src/main/resources/egovframework/sqlmap/let/pay/MjonPay_SQL_mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/pay/MjonPay_SQL_mysql.xml
... | ... | @@ -27,6 +27,7 @@ |
| 27 | 27 |
<select id="mjonPayDAO.selectPayList" parameterClass="mjonPayVO" resultClass="mjonPayVO"> |
| 28 | 28 |
SELECT |
| 29 | 29 |
COUNT(A.MOID) OVER() AS totCnt |
| 30 |
+ , SUM(A.cash) OVER() AS totChgPay |
|
| 30 | 31 |
, A.MOID AS moid |
| 31 | 32 |
, A.PG_CODE AS pgCode |
| 32 | 33 |
, A.PG_STATUS AS pgStatus |
... | ... | @@ -1179,6 +1180,7 @@ |
| 1179 | 1180 |
<select id="mjonPayDAO.selectPointUseList" parameterClass="mjonPayVO" resultClass="mjonPayVO"> |
| 1180 | 1181 |
SELECT |
| 1181 | 1182 |
COUNT(POINT_USE_ID) OVER() AS totCnt, |
| 1183 |
+ SUM(A.POINT) OVER() AS totChgPay, |
|
| 1182 | 1184 |
A.POINT_USE_ID AS pointUseId, |
| 1183 | 1185 |
A.POINT_ID AS pointId, |
| 1184 | 1186 |
A.USER_ID AS userId, |
--- src/main/webapp/WEB-INF/jsp/web/kakao/include/KakaoSentTopMentTap.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/include/KakaoSentTopMentTap.jsp
... | ... | @@ -35,8 +35,12 @@ |
| 35 | 35 |
var url = ""; |
| 36 | 36 |
if(tabInfo == 'tabSms'){
|
| 37 | 37 |
url = "<c:url value='/web/mjon/msgsent/selectMsgSentView.do'/>"; |
| 38 |
- }else if(tabInfo == 'tabKakao'){
|
|
| 38 |
+ } |
|
| 39 |
+ else if(tabInfo == 'tabKakao'){
|
|
| 39 | 40 |
url = "<c:url value='/web/kakao/sent/selectKakaoSentView.do'/>"; |
| 41 |
+ } |
|
| 42 |
+ else if(tabInfo == 'tabFax'){
|
|
| 43 |
+ url = "<c:url value='/web/mjon/fax/faxSendList.do'/>"; |
|
| 40 | 44 |
} |
| 41 | 45 |
|
| 42 | 46 |
form.action =url; |
... | ... | @@ -54,4 +58,7 @@ |
| 54 | 58 |
<li class="tab topTab" id="kakaoTab"> |
| 55 | 59 |
<button type="button" onclick="javascript:fnLinkPageTab('tabKakao');return false;">카카오톡</button>
|
| 56 | 60 |
</li> |
| 61 |
+ <li class="tab topTab" id="faxTab"> |
|
| 62 |
+ <button type="button" onclick="javascript:fnLinkPageTab('tabFax');return false;">카카오톡</button>
|
|
| 63 |
+ </li> |
|
| 57 | 64 |
</ul>(No newline at end of file) |
--- src/main/webapp/WEB-INF/jsp/web/pay/PayList.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayList.jsp
... | ... | @@ -187,6 +187,26 @@ |
| 187 | 187 |
<div class="heading"> |
| 188 | 188 |
<h2>요금결제내역</h2> |
| 189 | 189 |
</div> |
| 190 |
+ |
|
| 191 |
+ |
|
| 192 |
+ <div class="hisroy_price"> |
|
| 193 |
+ |
|
| 194 |
+ <div class="hisroy_price_in"> |
|
| 195 |
+ <p> |
|
| 196 |
+ <i></i>충전금액 |
|
| 197 |
+ </p> |
|
| 198 |
+ <div class="clearfix"> |
|
| 199 |
+ <p id="cashTitId"> |
|
| 200 |
+ 캐시 |
|
| 201 |
+ </p> |
|
| 202 |
+ <p> |
|
| 203 |
+ <span id="cashTxtId"> |
|
| 204 |
+ </span>원 |
|
| 205 |
+ </p> |
|
| 206 |
+ </div> |
|
| 207 |
+ </div> |
|
| 208 |
+ </div> |
|
| 209 |
+ |
|
| 190 | 210 |
<div class="pay_tab_wrap"> |
| 191 | 211 |
<!-- tab button --> |
| 192 | 212 |
<c:choose> |
--- src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
... | ... | @@ -19,6 +19,13 @@ |
| 19 | 19 |
<script src="/publish/js/content.js"></script> |
| 20 | 20 |
<script> |
| 21 | 21 |
$(document).ready(function(){
|
| 22 |
+ // 충전금액 캐시 노출 |
|
| 23 |
+ $('.hisroy_price').show();
|
|
| 24 |
+ var totChgPay = '${totChgPay}';
|
|
| 25 |
+ $('#cashTxtId').empty().text(totChgPay.replace(/\B(?=(\d{3})+(?!\d))/g, ','));
|
|
| 26 |
+ $('#cashTitId').text("캐시")
|
|
| 27 |
+ |
|
| 28 |
+ |
|
| 22 | 29 |
/* 목록 정렬 항목 아이콘 표시 */ |
| 23 | 30 |
var searchSortCnd = $("[name='searchSortCnd']").val();
|
| 24 | 31 |
var searchSortOrd = $("[name='searchSortOrd']").val();
|
--- src/main/webapp/WEB-INF/jsp/web/pay/PayListPointAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayListPointAjax.jsp
... | ... | @@ -19,6 +19,16 @@ |
| 19 | 19 |
<script src="/publish/js/content.js"></script> |
| 20 | 20 |
<script> |
| 21 | 21 |
$(document).ready(function(){
|
| 22 |
+ |
|
| 23 |
+ $('.hisroy_price').show();
|
|
| 24 |
+ var totChgPay = '${totChgPay}';
|
|
| 25 |
+ $('#cashTxtId').text(totChgPay.replace(/\B(?=(\d{3})+(?!\d))/g, ','));
|
|
| 26 |
+ $('#cashTitId').text("포인트")
|
|
| 27 |
+ |
|
| 28 |
+ var pathname = window.location.pathname; |
|
| 29 |
+ var fileName = pathname.substring(pathname.lastIndexOf('/') + 1);
|
|
| 30 |
+ console.log("Current File Name is: " + fileName);
|
|
| 31 |
+ |
|
| 22 | 32 |
/* 목록 정렬 항목 아이콘 표시 */ |
| 23 | 33 |
var searchSortCnd = $("[name='searchSortCnd']").val();
|
| 24 | 34 |
var searchSortOrd = $("[name='searchSortOrd']").val();
|
--- src/main/webapp/WEB-INF/jsp/web/pay/PayListRefundAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayListRefundAjax.jsp
... | ... | @@ -32,6 +32,9 @@ |
| 32 | 32 |
var refundMoneySum = 0; // 환불신청금액(환불요청 상태) |
| 33 | 33 |
|
| 34 | 34 |
$(document).ready(function() {
|
| 35 |
+ |
|
| 36 |
+ $('.hisroy_price').hide();
|
|
| 37 |
+ |
|
| 35 | 38 |
$('#refundMoney').keyup(function(e){
|
| 36 | 39 |
|
| 37 | 40 |
var money = $(this).val().replace(/,/gi, ""); |
--- src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWListAjax.jsp
... | ... | @@ -24,7 +24,6 @@ |
| 24 | 24 |
|
| 25 | 25 |
// 사용금액 캐시 노출 |
| 26 | 26 |
var succPrice = '${totSuccSendPrice}';
|
| 27 |
- console.log('succPrice.toLocaleString("ko-KR") : ', succPrice.toLocaleString('ko-KR'));
|
|
| 28 | 27 |
$('#cashTxtId').text(succPrice.replace(/\B(?=(\d{3})+(?!\d))/g, ','));
|
| 29 | 28 |
|
| 30 | 29 |
|
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?