--- src/main/java/itn/let/kakao/admin/kakaoAt/service/MjonKakaoATVO.java
+++ src/main/java/itn/let/kakao/admin/kakaoAt/service/MjonKakaoATVO.java
... | ... | @@ -3,7 +3,11 @@ |
| 3 | 3 |
import java.util.List; |
| 4 | 4 |
|
| 5 | 5 |
import itn.com.cmm.ComDefaultVO; |
| 6 |
+import lombok.Getter; |
|
| 7 |
+import lombok.Setter; |
|
| 6 | 8 |
|
| 9 |
+@Getter |
|
| 10 |
+@Setter |
|
| 7 | 11 |
public class MjonKakaoATVO extends ComDefaultVO{
|
| 8 | 12 |
|
| 9 | 13 |
private static final long serialVersionUID = 1L; |
... | ... | @@ -30,6 +34,7 @@ |
| 30 | 34 |
private String msgKind; // '문자 종류 일반:N, 광고:A, 선거:C', |
| 31 | 35 |
private String msgPayCode; // '재전송 기능에 의한 최종전송콘텐트 종류 저장', |
| 32 | 36 |
private String contSeq; // COMMENT 'MMS의 콘텐츠 Key(MMS_CONTENTS_INFO의 CONT_SEQ)', |
| 37 |
+ private String contents; // BIZ_ATTACHMENTS -> COMMENT |
|
| 33 | 38 |
private String msgTypeResend; // '재전송할 문자 타입. 값이 있으면 재전송. 없으면 단 건 전송', |
| 34 | 39 |
private String centerSeqResend; // '재전송할 센터. NPro 내부적으로 사용함.', |
| 35 | 40 |
private String msgNoticetalkSenderKey; // '카카오 알림톡에 등록된 사용자 고유키', |
... | ... | @@ -154,88 +159,8 @@ |
| 154 | 159 |
private String yellowId; |
| 155 | 160 |
private String bizKakaoResendTypeCnt; |
| 156 | 161 |
|
| 157 |
- public String getMsgDiv() {
|
|
| 158 |
- return msgDiv; |
|
| 159 |
- } |
|
| 160 |
- public void setMsgDiv(String msgDiv) {
|
|
| 161 |
- this.msgDiv = msgDiv; |
|
| 162 |
- } |
|
| 163 |
- public Float getAgentPrice() {
|
|
| 164 |
- return agentPrice; |
|
| 165 |
- } |
|
| 166 |
- public void setAgentPrice(Float agentPrice) {
|
|
| 167 |
- this.agentPrice = agentPrice; |
|
| 168 |
- } |
|
| 169 | 162 |
private String registPnttm; //통계등록일시 |
| 170 | 163 |
|
| 171 |
- public String getNowDate() {
|
|
| 172 |
- return nowDate; |
|
| 173 |
- } |
|
| 174 |
- public void setNowDate(String nowDate) {
|
|
| 175 |
- this.nowDate = nowDate; |
|
| 176 |
- } |
|
| 177 |
- public String getTodayYn() {
|
|
| 178 |
- return todayYn; |
|
| 179 |
- } |
|
| 180 |
- public void setTodayYn(String todayYn) {
|
|
| 181 |
- this.todayYn = todayYn; |
|
| 182 |
- } |
|
| 183 |
- public String getReserveType() {
|
|
| 184 |
- return reserveType; |
|
| 185 |
- } |
|
| 186 |
- public void setReserveType(String reserveType) {
|
|
| 187 |
- this.reserveType = reserveType; |
|
| 188 |
- } |
|
| 189 |
- public String getAtchFiles() {
|
|
| 190 |
- return atchFiles; |
|
| 191 |
- } |
|
| 192 |
- public void setAtchFiles(String atchFiles) {
|
|
| 193 |
- this.atchFiles = atchFiles; |
|
| 194 |
- } |
|
| 195 |
- public String getApprovalPnttm() {
|
|
| 196 |
- return approvalPnttm; |
|
| 197 |
- } |
|
| 198 |
- public void setApprovalPnttm(String approvalPnttm) {
|
|
| 199 |
- this.approvalPnttm = approvalPnttm; |
|
| 200 |
- } |
|
| 201 |
- public String getPayCnt() {
|
|
| 202 |
- return payCnt; |
|
| 203 |
- } |
|
| 204 |
- public void setPayCnt(String payCnt) {
|
|
| 205 |
- this.payCnt = payCnt; |
|
| 206 |
- } |
|
| 207 |
- public String getPayPct() {
|
|
| 208 |
- return payPct; |
|
| 209 |
- } |
|
| 210 |
- public void setPayPct(String payPct) {
|
|
| 211 |
- this.payPct = payPct; |
|
| 212 |
- } |
|
| 213 |
- public String getAdminSmsNoticeYn() {
|
|
| 214 |
- return adminSmsNoticeYn; |
|
| 215 |
- } |
|
| 216 |
- public void setAdminSmsNoticeYn(String adminSmsNoticeYn) {
|
|
| 217 |
- this.adminSmsNoticeYn = adminSmsNoticeYn; |
|
| 218 |
- } |
|
| 219 |
- |
|
| 220 |
- public String getSearchAdminSmsNoticeYn() {
|
|
| 221 |
- return searchAdminSmsNoticeYn; |
|
| 222 |
- } |
|
| 223 |
- public void setSearchAdminSmsNoticeYn(String searchAdminSmsNoticeYn) {
|
|
| 224 |
- this.searchAdminSmsNoticeYn = searchAdminSmsNoticeYn; |
|
| 225 |
- } |
|
| 226 |
- |
|
| 227 |
- public String getMaxRegDate() {
|
|
| 228 |
- return maxRegDate; |
|
| 229 |
- } |
|
| 230 |
- public void setMaxRegDate(String maxRegDate) {
|
|
| 231 |
- this.maxRegDate = maxRegDate; |
|
| 232 |
- } |
|
| 233 |
- public String getMinRegDate() {
|
|
| 234 |
- return minRegDate; |
|
| 235 |
- } |
|
| 236 |
- public void setMinRegDate(String minRegDate) {
|
|
| 237 |
- this.minRegDate = minRegDate; |
|
| 238 |
- } |
|
| 239 | 164 |
|
| 240 | 165 |
|
| 241 | 166 |
private String resultCode; //문자 결과 코드 정보 |
... | ... | @@ -288,1005 +213,11 @@ |
| 288 | 213 |
|
| 289 | 214 |
private int totalCallCnt; //수신자 전체 갯 |
| 290 | 215 |
|
| 291 |
- public String getUserCallbackYn() {
|
|
| 292 |
- return userCallbackYn; |
|
| 293 |
- } |
|
| 294 |
- public void setUserCallbackYn(String userCallbackYn) {
|
|
| 295 |
- this.userCallbackYn = userCallbackYn; |
|
| 296 |
- } |
|
| 297 |
- |
|
| 298 |
- public String getCallbackYn() {
|
|
| 299 |
- return callbackYn; |
|
| 300 |
- } |
|
| 301 |
- public void setCallbackYn(String callbackYn) {
|
|
| 302 |
- this.callbackYn = callbackYn; |
|
| 303 |
- } |
|
| 304 |
- |
|
| 305 |
- public int getCallRejectionCount() {
|
|
| 306 |
- return callRejectionCount; |
|
| 307 |
- } |
|
| 308 |
- public void setCallRejectionCount(int callRejectionCount) {
|
|
| 309 |
- this.callRejectionCount = callRejectionCount; |
|
| 310 |
- } |
|
| 311 |
- public int getSuccessCount() {
|
|
| 312 |
- return successCount; |
|
| 313 |
- } |
|
| 314 |
- public void setSuccessCount(int successCount) {
|
|
| 315 |
- this.successCount = successCount; |
|
| 316 |
- } |
|
| 317 |
- |
|
| 318 |
- |
|
| 319 | 216 |
private int regCount; |
| 320 |
- public int getRegCount() {
|
|
| 321 |
- return regCount; |
|
| 322 |
- } |
|
| 323 |
- public void setRegCount(int regCount) {
|
|
| 324 |
- this.regCount = regCount; |
|
| 325 |
- } |
|
| 326 |
- public int getRegComCount() {
|
|
| 327 |
- return regComCount; |
|
| 328 |
- } |
|
| 329 |
- public void setRegComCount(int regComCount) {
|
|
| 330 |
- this.regComCount = regComCount; |
|
| 331 |
- } |
|
| 332 |
- |
|
| 333 |
- |
|
| 334 | 217 |
private int regComCount; |
| 335 |
- |
|
| 336 |
- public String getAddrGrpId() {
|
|
| 337 |
- return addrGrpId; |
|
| 338 |
- } |
|
| 339 |
- public void setAddrGrpId(String addrGrpId) {
|
|
| 340 |
- this.addrGrpId = addrGrpId; |
|
| 341 |
- } |
|
| 342 |
- public String getAddrGrpNm() {
|
|
| 343 |
- return addrGrpNm; |
|
| 344 |
- } |
|
| 345 |
- public void setAddrGrpNm(String addrGrpNm) {
|
|
| 346 |
- this.addrGrpNm = addrGrpNm; |
|
| 347 |
- } |
|
| 348 |
- |
|
| 349 |
- |
|
| 350 | 218 |
private int orderByCode; // 문자타입 정렬번호 |
| 351 | 219 |
private String detailType; |
| 352 | 220 |
|
| 353 |
- public int getOrderByCode() {
|
|
| 354 |
- return orderByCode; |
|
| 355 |
- } |
|
| 356 |
- public void setOrderByCode(int orderByCode) {
|
|
| 357 |
- this.orderByCode = orderByCode; |
|
| 358 |
- } |
|
| 359 |
- public String getRegDate() {
|
|
| 360 |
- return regDate; |
|
| 361 |
- } |
|
| 362 |
- public void setRegDate(String regDate) {
|
|
| 363 |
- this.regDate = regDate; |
|
| 364 |
- } |
|
| 365 |
- public String getMsgId() {
|
|
| 366 |
- return msgId; |
|
| 367 |
- } |
|
| 368 |
- public void setMsgId(String msgId) {
|
|
| 369 |
- this.msgId = msgId; |
|
| 370 |
- } |
|
| 371 |
- public String getUserId() {
|
|
| 372 |
- return userId; |
|
| 373 |
- } |
|
| 374 |
- public void setUserId(String userId) {
|
|
| 375 |
- this.userId = userId; |
|
| 376 |
- } |
|
| 377 |
- public String getAgentFlag() {
|
|
| 378 |
- return agentFlag; |
|
| 379 |
- } |
|
| 380 |
- public void setAgentFlag(String agentFlag) {
|
|
| 381 |
- this.agentFlag = agentFlag; |
|
| 382 |
- } |
|
| 383 |
- public String getUserData() {
|
|
| 384 |
- return userData; |
|
| 385 |
- } |
|
| 386 |
- public void setUserData(String userData) {
|
|
| 387 |
- this.userData = userData; |
|
| 388 |
- } |
|
| 389 |
- public String getMsgSeq() {
|
|
| 390 |
- return msgSeq; |
|
| 391 |
- } |
|
| 392 |
- public void setMsgSeq(String msgSeq) {
|
|
| 393 |
- this.msgSeq = msgSeq; |
|
| 394 |
- } |
|
| 395 |
- public String getCurState() {
|
|
| 396 |
- return curState; |
|
| 397 |
- } |
|
| 398 |
- public void setCurState(String curState) {
|
|
| 399 |
- this.curState = curState; |
|
| 400 |
- } |
|
| 401 |
- public String getSentDate() {
|
|
| 402 |
- return sentDate; |
|
| 403 |
- } |
|
| 404 |
- public void setSentDate(String sentDate) {
|
|
| 405 |
- this.sentDate = sentDate; |
|
| 406 |
- } |
|
| 407 |
- public String getRsltDate() {
|
|
| 408 |
- return rsltDate; |
|
| 409 |
- } |
|
| 410 |
- public void setRsltDate(String rsltDate) {
|
|
| 411 |
- this.rsltDate = rsltDate; |
|
| 412 |
- } |
|
| 413 |
- public String getReportDate() {
|
|
| 414 |
- return reportDate; |
|
| 415 |
- } |
|
| 416 |
- public void setReportDate(String reportDate) {
|
|
| 417 |
- this.reportDate = reportDate; |
|
| 418 |
- } |
|
| 419 |
- public String getReqDate() {
|
|
| 420 |
- return reqDate; |
|
| 421 |
- } |
|
| 422 |
- public void setReqDate(String reqDate) {
|
|
| 423 |
- this.reqDate = reqDate; |
|
| 424 |
- } |
|
| 425 |
- public String getRsltCode() {
|
|
| 426 |
- return rsltCode; |
|
| 427 |
- } |
|
| 428 |
- public void setRsltCode(String rsltCode) {
|
|
| 429 |
- this.rsltCode = rsltCode; |
|
| 430 |
- } |
|
| 431 |
- public String getRsltCode2() {
|
|
| 432 |
- return rsltCode2; |
|
| 433 |
- } |
|
| 434 |
- public void setRsltCode2(String rsltCode2) {
|
|
| 435 |
- this.rsltCode2 = rsltCode2; |
|
| 436 |
- } |
|
| 437 |
- public String getRsltNet() {
|
|
| 438 |
- return rsltNet; |
|
| 439 |
- } |
|
| 440 |
- public void setRsltNet(String rsltNet) {
|
|
| 441 |
- this.rsltNet = rsltNet; |
|
| 442 |
- } |
|
| 443 |
- public String getCallTo() {
|
|
| 444 |
- return callTo; |
|
| 445 |
- } |
|
| 446 |
- public void setCallTo(String callTo) {
|
|
| 447 |
- this.callTo = callTo; |
|
| 448 |
- } |
|
| 449 |
- public String getCallFrom() {
|
|
| 450 |
- return callFrom; |
|
| 451 |
- } |
|
| 452 |
- public void setCallFrom(String callFrom) {
|
|
| 453 |
- this.callFrom = callFrom; |
|
| 454 |
- } |
|
| 455 |
- public String getSmsTxt() {
|
|
| 456 |
- return smsTxt; |
|
| 457 |
- } |
|
| 458 |
- public void setSmsTxt(String smsTxt) {
|
|
| 459 |
- this.smsTxt = smsTxt; |
|
| 460 |
- } |
|
| 461 |
- public String getSmsTxtArea() {
|
|
| 462 |
- return smsTxtArea; |
|
| 463 |
- } |
|
| 464 |
- public void setSmsTxtArea(String smsTxtArea) {
|
|
| 465 |
- this.smsTxtArea = smsTxtArea; |
|
| 466 |
- } |
|
| 467 |
- public String getMsgType() {
|
|
| 468 |
- return msgType; |
|
| 469 |
- } |
|
| 470 |
- public void setMsgType(String msgType) {
|
|
| 471 |
- this.msgType = msgType; |
|
| 472 |
- } |
|
| 473 |
- public String getMsgKind() {
|
|
| 474 |
- return msgKind; |
|
| 475 |
- } |
|
| 476 |
- public void setMsgKind(String msgKind) {
|
|
| 477 |
- this.msgKind = msgKind; |
|
| 478 |
- } |
|
| 479 |
- public String getMsgPayCode() {
|
|
| 480 |
- return msgPayCode; |
|
| 481 |
- } |
|
| 482 |
- public void setMsgPayCode(String msgPayCode) {
|
|
| 483 |
- this.msgPayCode = msgPayCode; |
|
| 484 |
- } |
|
| 485 |
- public String getContSeq() {
|
|
| 486 |
- return contSeq; |
|
| 487 |
- } |
|
| 488 |
- public void setContSeq(String contSeq) {
|
|
| 489 |
- this.contSeq = contSeq; |
|
| 490 |
- } |
|
| 491 |
- public String getMsgTypeResend() {
|
|
| 492 |
- return msgTypeResend; |
|
| 493 |
- } |
|
| 494 |
- public void setMsgTypeResend(String msgTypeResend) {
|
|
| 495 |
- this.msgTypeResend = msgTypeResend; |
|
| 496 |
- } |
|
| 497 |
- public String getCenterSeqResend() {
|
|
| 498 |
- return centerSeqResend; |
|
| 499 |
- } |
|
| 500 |
- public void setCenterSeqResend(String centerSeqResend) {
|
|
| 501 |
- this.centerSeqResend = centerSeqResend; |
|
| 502 |
- } |
|
| 503 |
- public String getMsgNoticetalkSenderKey() {
|
|
| 504 |
- return msgNoticetalkSenderKey; |
|
| 505 |
- } |
|
| 506 |
- public void setMsgNoticetalkSenderKey(String msgNoticetalkSenderKey) {
|
|
| 507 |
- this.msgNoticetalkSenderKey = msgNoticetalkSenderKey; |
|
| 508 |
- } |
|
| 509 |
- public String getMsgNoticetalkTmpKey() {
|
|
| 510 |
- return msgNoticetalkTmpKey; |
|
| 511 |
- } |
|
| 512 |
- public void setMsgNoticetalkTmpKey(String msgNoticetalkTmpKey) {
|
|
| 513 |
- this.msgNoticetalkTmpKey = msgNoticetalkTmpKey; |
|
| 514 |
- } |
|
| 515 |
- public String getMsgResendCount() {
|
|
| 516 |
- return msgResendCount; |
|
| 517 |
- } |
|
| 518 |
- public void setMsgResendCount(String msgResendCount) {
|
|
| 519 |
- this.msgResendCount = msgResendCount; |
|
| 520 |
- } |
|
| 521 |
- public String getMsgResenddate() {
|
|
| 522 |
- return msgResenddate; |
|
| 523 |
- } |
|
| 524 |
- public void setMsgResenddate(String msgResenddate) {
|
|
| 525 |
- this.msgResenddate = msgResenddate; |
|
| 526 |
- } |
|
| 527 |
- public String getSentDatePre() {
|
|
| 528 |
- return sentDatePre; |
|
| 529 |
- } |
|
| 530 |
- public void setSentDatePre(String sentDatePre) {
|
|
| 531 |
- this.sentDatePre = sentDatePre; |
|
| 532 |
- } |
|
| 533 |
- public String getRsltDatePre() {
|
|
| 534 |
- return rsltDatePre; |
|
| 535 |
- } |
|
| 536 |
- public void setRsltDatePre(String rsltDatePre) {
|
|
| 537 |
- this.rsltDatePre = rsltDatePre; |
|
| 538 |
- } |
|
| 539 |
- public String getReportDatePre() {
|
|
| 540 |
- return reportDatePre; |
|
| 541 |
- } |
|
| 542 |
- public void setReportDatePre(String reportDatePre) {
|
|
| 543 |
- this.reportDatePre = reportDatePre; |
|
| 544 |
- } |
|
| 545 |
- public String getRsltCodePre() {
|
|
| 546 |
- return rsltCodePre; |
|
| 547 |
- } |
|
| 548 |
- public void setRsltCodePre(String rsltCodePre) {
|
|
| 549 |
- this.rsltCodePre = rsltCodePre; |
|
| 550 |
- } |
|
| 551 |
- public String getRsltCode2Pre() {
|
|
| 552 |
- return rsltCode2Pre; |
|
| 553 |
- } |
|
| 554 |
- public void setRsltCode2Pre(String rsltCode2Pre) {
|
|
| 555 |
- this.rsltCode2Pre = rsltCode2Pre; |
|
| 556 |
- } |
|
| 557 |
- public String getRsltNetPre() {
|
|
| 558 |
- return rsltNetPre; |
|
| 559 |
- } |
|
| 560 |
- public void setRsltNetPre(String rsltNetPre) {
|
|
| 561 |
- this.rsltNetPre = rsltNetPre; |
|
| 562 |
- } |
|
| 563 |
- public String getConectMthd() {
|
|
| 564 |
- return conectMthd; |
|
| 565 |
- } |
|
| 566 |
- public void setConectMthd(String conectMthd) {
|
|
| 567 |
- this.conectMthd = conectMthd; |
|
| 568 |
- } |
|
| 569 |
- |
|
| 570 |
- public String getAgentCode() {
|
|
| 571 |
- return agentCode; |
|
| 572 |
- } |
|
| 573 |
- public void setAgentCode(String agentCode) {
|
|
| 574 |
- this.agentCode = agentCode; |
|
| 575 |
- } |
|
| 576 |
- public String getConectMthdTxt() {
|
|
| 577 |
- return conectMthdTxt; |
|
| 578 |
- } |
|
| 579 |
- public void setConectMthdTxt(String conectMthdTxt) {
|
|
| 580 |
- this.conectMthdTxt = conectMthdTxt; |
|
| 581 |
- } |
|
| 582 |
- public String getAgentCodeTxt() {
|
|
| 583 |
- return agentCodeTxt; |
|
| 584 |
- } |
|
| 585 |
- public void setAgentCodeTxt(String agentCodeTxt) {
|
|
| 586 |
- this.agentCodeTxt = agentCodeTxt; |
|
| 587 |
- } |
|
| 588 |
- public String getCurStateTxt() {
|
|
| 589 |
- return curStateTxt; |
|
| 590 |
- } |
|
| 591 |
- public void setCurStateTxt(String curStateTxt) {
|
|
| 592 |
- this.curStateTxt = curStateTxt; |
|
| 593 |
- } |
|
| 594 |
- public String getMsgTypeTxt() {
|
|
| 595 |
- return msgTypeTxt; |
|
| 596 |
- } |
|
| 597 |
- public void setMsgTypeTxt(String msgTypeTxt) {
|
|
| 598 |
- this.msgTypeTxt = msgTypeTxt; |
|
| 599 |
- } |
|
| 600 |
- public String getSentDateTxt() {
|
|
| 601 |
- return sentDateTxt; |
|
| 602 |
- } |
|
| 603 |
- public void setSentDateTxt(String sentDateTxt) {
|
|
| 604 |
- this.sentDateTxt = sentDateTxt; |
|
| 605 |
- } |
|
| 606 |
- public String getSearchCondition2() {
|
|
| 607 |
- return searchCondition2; |
|
| 608 |
- } |
|
| 609 |
- public void setSearchCondition2(String searchCondition2) {
|
|
| 610 |
- this.searchCondition2 = searchCondition2; |
|
| 611 |
- } |
|
| 612 |
- public String getDelFlag() {
|
|
| 613 |
- return delFlag; |
|
| 614 |
- } |
|
| 615 |
- public void setDelFlag(String delFlag) {
|
|
| 616 |
- this.delFlag = delFlag; |
|
| 617 |
- } |
|
| 618 |
- public String getDelFlagTxt() {
|
|
| 619 |
- return delFlagTxt; |
|
| 620 |
- } |
|
| 621 |
- public void setDelFlagTxt(String delFlagTxt) {
|
|
| 622 |
- this.delFlagTxt = delFlagTxt; |
|
| 623 |
- } |
|
| 624 |
- public String getSearchCondition3() {
|
|
| 625 |
- return searchCondition3; |
|
| 626 |
- } |
|
| 627 |
- public void setSearchCondition3(String searchCondition3) {
|
|
| 628 |
- this.searchCondition3 = searchCondition3; |
|
| 629 |
- } |
|
| 630 |
- public String getSearchCondition4() {
|
|
| 631 |
- return searchCondition4; |
|
| 632 |
- } |
|
| 633 |
- public void setSearchCondition4(String searchCondition4) {
|
|
| 634 |
- this.searchCondition4 = searchCondition4; |
|
| 635 |
- } |
|
| 636 |
- public String getMmsSubject() {
|
|
| 637 |
- return mmsSubject; |
|
| 638 |
- } |
|
| 639 |
- public void setMmsSubject(String mmsSubject) {
|
|
| 640 |
- this.mmsSubject = mmsSubject; |
|
| 641 |
- } |
|
| 642 |
- public String getFileCnt() {
|
|
| 643 |
- return fileCnt; |
|
| 644 |
- } |
|
| 645 |
- public void setFileCnt(String fileCnt) {
|
|
| 646 |
- this.fileCnt = fileCnt; |
|
| 647 |
- } |
|
| 648 |
- public String getFileType1() {
|
|
| 649 |
- return fileType1; |
|
| 650 |
- } |
|
| 651 |
- public void setFileType1(String fileType1) {
|
|
| 652 |
- this.fileType1 = fileType1; |
|
| 653 |
- } |
|
| 654 |
- public String getFileName1() {
|
|
| 655 |
- return fileName1; |
|
| 656 |
- } |
|
| 657 |
- public void setFileName1(String fileName1) {
|
|
| 658 |
- this.fileName1 = fileName1; |
|
| 659 |
- } |
|
| 660 |
- public String getFileType2() {
|
|
| 661 |
- return fileType2; |
|
| 662 |
- } |
|
| 663 |
- public void setFileType2(String fileType2) {
|
|
| 664 |
- this.fileType2 = fileType2; |
|
| 665 |
- } |
|
| 666 |
- public String getFileName2() {
|
|
| 667 |
- return fileName2; |
|
| 668 |
- } |
|
| 669 |
- public void setFileName2(String fileName2) {
|
|
| 670 |
- this.fileName2 = fileName2; |
|
| 671 |
- } |
|
| 672 |
- public String getFileType3() {
|
|
| 673 |
- return fileType3; |
|
| 674 |
- } |
|
| 675 |
- public void setFileType3(String fileType3) {
|
|
| 676 |
- this.fileType3 = fileType3; |
|
| 677 |
- } |
|
| 678 |
- public String getFileName3() {
|
|
| 679 |
- return fileName3; |
|
| 680 |
- } |
|
| 681 |
- public void setFileName3(String fileName3) {
|
|
| 682 |
- this.fileName3 = fileName3; |
|
| 683 |
- } |
|
| 684 |
- public String getSubject() {
|
|
| 685 |
- return subject; |
|
| 686 |
- } |
|
| 687 |
- public void setSubject(String subject) {
|
|
| 688 |
- this.subject = subject; |
|
| 689 |
- } |
|
| 690 |
- public String getMsgGroupId() {
|
|
| 691 |
- return msgGroupId; |
|
| 692 |
- } |
|
| 693 |
- public void setMsgGroupId(String msgGroupId) {
|
|
| 694 |
- this.msgGroupId = msgGroupId; |
|
| 695 |
- } |
|
| 696 |
- public String getMsgGroupCnt() {
|
|
| 697 |
- return msgGroupCnt; |
|
| 698 |
- } |
|
| 699 |
- public void setMsgGroupCnt(String msgGroupCnt) {
|
|
| 700 |
- this.msgGroupCnt = msgGroupCnt; |
|
| 701 |
- } |
|
| 702 |
- public String[] getCallToList() {
|
|
| 703 |
- return callToList; |
|
| 704 |
- } |
|
| 705 |
- public void setCallToList(String[] strings) {
|
|
| 706 |
- this.callToList = strings; |
|
| 707 |
- } |
|
| 708 |
- public String[] getImgFilePath() {
|
|
| 709 |
- return imgFilePath; |
|
| 710 |
- } |
|
| 711 |
- public void setImgFilePath(String[] imgFilePath) {
|
|
| 712 |
- this.imgFilePath = imgFilePath; |
|
| 713 |
- } |
|
| 714 |
- public String getNeoType() {
|
|
| 715 |
- return neoType; |
|
| 716 |
- } |
|
| 717 |
- public void setNeoType(String neoType) {
|
|
| 718 |
- this.neoType = neoType; |
|
| 719 |
- } |
|
| 720 |
- public int getMsgCnt() {
|
|
| 721 |
- return msgCnt; |
|
| 722 |
- } |
|
| 723 |
- public void setMsgCnt(int msgCnt) {
|
|
| 724 |
- this.msgCnt = msgCnt; |
|
| 725 |
- } |
|
| 726 |
- public String getSearchCondition5() {
|
|
| 727 |
- return searchCondition5; |
|
| 728 |
- } |
|
| 729 |
- public void setSearchCondition5(String searchCondition5) {
|
|
| 730 |
- this.searchCondition5 = searchCondition5; |
|
| 731 |
- } |
|
| 732 |
- public String getNtceBgnde() {
|
|
| 733 |
- return ntceBgnde; |
|
| 734 |
- } |
|
| 735 |
- public void setNtceBgnde(String ntceBgnde) {
|
|
| 736 |
- this.ntceBgnde = ntceBgnde; |
|
| 737 |
- } |
|
| 738 |
- public String getEachPrice() {
|
|
| 739 |
- return eachPrice; |
|
| 740 |
- } |
|
| 741 |
- public void setEachPrice(String eachPrice) {
|
|
| 742 |
- this.eachPrice = eachPrice; |
|
| 743 |
- } |
|
| 744 |
- public String getTotPrice() {
|
|
| 745 |
- return totPrice; |
|
| 746 |
- } |
|
| 747 |
- public void setTotPrice(String totPrice) {
|
|
| 748 |
- this.totPrice = totPrice; |
|
| 749 |
- } |
|
| 750 |
- public String getBeforeUrl() {
|
|
| 751 |
- return beforeUrl; |
|
| 752 |
- } |
|
| 753 |
- public void setBeforeUrl(String beforeUrl) {
|
|
| 754 |
- this.beforeUrl = beforeUrl; |
|
| 755 |
- } |
|
| 756 |
- public String getReserveYn() {
|
|
| 757 |
- return reserveYn; |
|
| 758 |
- } |
|
| 759 |
- public void setReserveYn(String reserveYn) {
|
|
| 760 |
- this.reserveYn = reserveYn; |
|
| 761 |
- } |
|
| 762 |
- public String getReserveCYn() {
|
|
| 763 |
- return reserveCYn; |
|
| 764 |
- } |
|
| 765 |
- public void setReserveCYn(String reserveCYn) {
|
|
| 766 |
- this.reserveCYn = reserveCYn; |
|
| 767 |
- } |
|
| 768 |
- public String getCancelDate() {
|
|
| 769 |
- return cancelDate; |
|
| 770 |
- } |
|
| 771 |
- public void setCancelDate(String cancelDate) {
|
|
| 772 |
- this.cancelDate = cancelDate; |
|
| 773 |
- } |
|
| 774 |
- public String[] getImgFileId() {
|
|
| 775 |
- return imgFileId; |
|
| 776 |
- } |
|
| 777 |
- public void setImgFileId(String[] imgFileId) {
|
|
| 778 |
- this.imgFileId = imgFileId; |
|
| 779 |
- } |
|
| 780 |
- public String[] getTemplateYn() {
|
|
| 781 |
- return templateYn; |
|
| 782 |
- } |
|
| 783 |
- public void setTemplateYn(String[] templateYn) {
|
|
| 784 |
- this.templateYn = templateYn; |
|
| 785 |
- } |
|
| 786 |
- public String getNtceEndde() {
|
|
| 787 |
- return ntceEndde; |
|
| 788 |
- } |
|
| 789 |
- public void setNtceEndde(String ntceEndde) {
|
|
| 790 |
- this.ntceEndde = ntceEndde; |
|
| 791 |
- } |
|
| 792 |
- public static long getSerialversionuid() {
|
|
| 793 |
- return serialVersionUID; |
|
| 794 |
- } |
|
| 795 |
- public String getSendRate() {
|
|
| 796 |
- return sendRate; |
|
| 797 |
- } |
|
| 798 |
- public void setSendRate(String sendRate) {
|
|
| 799 |
- this.sendRate = sendRate; |
|
| 800 |
- } |
|
| 801 |
- public float getSendRateInfo() {
|
|
| 802 |
- return sendRateInfo; |
|
| 803 |
- } |
|
| 804 |
- public void setSendRateInfo(float sendRateInfo) {
|
|
| 805 |
- this.sendRateInfo = sendRateInfo; |
|
| 806 |
- } |
|
| 807 |
- public String getDivideChk() {
|
|
| 808 |
- return divideChk; |
|
| 809 |
- } |
|
| 810 |
- public void setDivideChk(String divideChk) {
|
|
| 811 |
- this.divideChk = divideChk; |
|
| 812 |
- } |
|
| 813 |
- public String getDivideCnt() {
|
|
| 814 |
- return divideCnt; |
|
| 815 |
- } |
|
| 816 |
- public void setDivideCnt(String divideCnt) {
|
|
| 817 |
- this.divideCnt = divideCnt; |
|
| 818 |
- } |
|
| 819 |
- public String getDivideTime() {
|
|
| 820 |
- return divideTime; |
|
| 821 |
- } |
|
| 822 |
- public void setDivideTime(String divideTime) {
|
|
| 823 |
- this.divideTime = divideTime; |
|
| 824 |
- } |
|
| 825 |
- public String getBefCash() {
|
|
| 826 |
- return befCash; |
|
| 827 |
- } |
|
| 828 |
- public void setBefCash(String befCash) {
|
|
| 829 |
- this.befCash = befCash; |
|
| 830 |
- } |
|
| 831 |
- public String getRecommId() {
|
|
| 832 |
- return recommId; |
|
| 833 |
- } |
|
| 834 |
- public void setRecommId(String recommId) {
|
|
| 835 |
- this.recommId = recommId; |
|
| 836 |
- } |
|
| 837 |
- public String getBefPoint() {
|
|
| 838 |
- return befPoint; |
|
| 839 |
- } |
|
| 840 |
- public void setBefPoint(String befPoint) {
|
|
| 841 |
- this.befPoint = befPoint; |
|
| 842 |
- } |
|
| 843 |
- public String[] getNameList() {
|
|
| 844 |
- return nameList; |
|
| 845 |
- } |
|
| 846 |
- public void setNameList(String[] nameList) {
|
|
| 847 |
- this.nameList = nameList; |
|
| 848 |
- } |
|
| 849 |
- public String[] getRep1List() {
|
|
| 850 |
- return rep1List; |
|
| 851 |
- } |
|
| 852 |
- public void setRep1List(String[] rep1List) {
|
|
| 853 |
- this.rep1List = rep1List; |
|
| 854 |
- } |
|
| 855 |
- public String[] getRep2List() {
|
|
| 856 |
- return rep2List; |
|
| 857 |
- } |
|
| 858 |
- public void setRep2List(String[] rep2List) {
|
|
| 859 |
- this.rep2List = rep2List; |
|
| 860 |
- } |
|
| 861 |
- public String[] getRep3List() {
|
|
| 862 |
- return rep3List; |
|
| 863 |
- } |
|
| 864 |
- public void setRep3List(String[] rep3List) {
|
|
| 865 |
- this.rep3List = rep3List; |
|
| 866 |
- } |
|
| 867 |
- public String[] getRep4List() {
|
|
| 868 |
- return rep4List; |
|
| 869 |
- } |
|
| 870 |
- public void setRep4List(String[] rep4List) {
|
|
| 871 |
- this.rep4List = rep4List; |
|
| 872 |
- } |
|
| 873 |
- public String getThisPoint() {
|
|
| 874 |
- return thisPoint; |
|
| 875 |
- } |
|
| 876 |
- public void setThisPoint(String thisPoint) {
|
|
| 877 |
- this.thisPoint = thisPoint; |
|
| 878 |
- } |
|
| 879 |
- public String getEndDate() {
|
|
| 880 |
- return endDate; |
|
| 881 |
- } |
|
| 882 |
- public void setEndDate(String endDate) {
|
|
| 883 |
- this.endDate = endDate; |
|
| 884 |
- } |
|
| 885 |
- public String getStartDate() {
|
|
| 886 |
- return startDate; |
|
| 887 |
- } |
|
| 888 |
- public void setStartDate(String startDate) {
|
|
| 889 |
- this.startDate = startDate; |
|
| 890 |
- } |
|
| 891 |
- public int getPhoneNumberCnt() {
|
|
| 892 |
- return phoneNumberCnt; |
|
| 893 |
- } |
|
| 894 |
- public void setPhoneNumberCnt(int phoneNumberCnt) {
|
|
| 895 |
- this.phoneNumberCnt = phoneNumberCnt; |
|
| 896 |
- } |
|
| 897 |
- public String getPhmAuthType() {
|
|
| 898 |
- return phmAuthType; |
|
| 899 |
- } |
|
| 900 |
- public void setPhmAuthType(String phmAuthType) {
|
|
| 901 |
- this.phmAuthType = phmAuthType; |
|
| 902 |
- } |
|
| 903 |
- public String getRefundYn() {
|
|
| 904 |
- return refundYn; |
|
| 905 |
- } |
|
| 906 |
- public void setRefundYn(String refundYn) {
|
|
| 907 |
- this.refundYn = refundYn; |
|
| 908 |
- } |
|
| 909 |
- public String getFilePath1() {
|
|
| 910 |
- return filePath1; |
|
| 911 |
- } |
|
| 912 |
- public void setFilePath1(String filePath1) {
|
|
| 913 |
- this.filePath1 = filePath1; |
|
| 914 |
- } |
|
| 915 |
- public String getFilePath2() {
|
|
| 916 |
- return filePath2; |
|
| 917 |
- } |
|
| 918 |
- public void setFilePath2(String filePath2) {
|
|
| 919 |
- this.filePath2 = filePath2; |
|
| 920 |
- } |
|
| 921 |
- public String getFilePath3() {
|
|
| 922 |
- return filePath3; |
|
| 923 |
- } |
|
| 924 |
- public void setFilePath3(String filePath3) {
|
|
| 925 |
- this.filePath3 = filePath3; |
|
| 926 |
- } |
|
| 927 |
- public String getResultCodeTxt() {
|
|
| 928 |
- return resultCodeTxt; |
|
| 929 |
- } |
|
| 930 |
- public void setResultCodeTxt(String resultCodeTxt) {
|
|
| 931 |
- this.resultCodeTxt = resultCodeTxt; |
|
| 932 |
- } |
|
| 933 |
- public String getTxtReplYn() {
|
|
| 934 |
- return txtReplYn; |
|
| 935 |
- } |
|
| 936 |
- public void setTxtReplYn(String txtReplYn) {
|
|
| 937 |
- this.txtReplYn = txtReplYn; |
|
| 938 |
- } |
|
| 939 |
- public String getsPrice() {
|
|
| 940 |
- return sPrice; |
|
| 941 |
- } |
|
| 942 |
- public void setsPrice(String sPrice) {
|
|
| 943 |
- this.sPrice = sPrice; |
|
| 944 |
- } |
|
| 945 |
- public String getmPrice() {
|
|
| 946 |
- return mPrice; |
|
| 947 |
- } |
|
| 948 |
- public void setmPrice(String mPrice) {
|
|
| 949 |
- this.mPrice = mPrice; |
|
| 950 |
- } |
|
| 951 |
- public String getpPrice() {
|
|
| 952 |
- return pPrice; |
|
| 953 |
- } |
|
| 954 |
- public void setpPrice(String pPrice) {
|
|
| 955 |
- this.pPrice = pPrice; |
|
| 956 |
- } |
|
| 957 |
- public String getP2Price() {
|
|
| 958 |
- return p2Price; |
|
| 959 |
- } |
|
| 960 |
- public void setP2Price(String p2Price) {
|
|
| 961 |
- this.p2Price = p2Price; |
|
| 962 |
- } |
|
| 963 |
- public String getP3Price() {
|
|
| 964 |
- return p3Price; |
|
| 965 |
- } |
|
| 966 |
- public void setP3Price(String p3Price) {
|
|
| 967 |
- this.p3Price = p3Price; |
|
| 968 |
- } |
|
| 969 |
- public String getShortMsgCnt() {
|
|
| 970 |
- return shortMsgCnt; |
|
| 971 |
- } |
|
| 972 |
- public void setShortMsgCnt(String shortMsgCnt) {
|
|
| 973 |
- this.shortMsgCnt = shortMsgCnt; |
|
| 974 |
- } |
|
| 975 |
- public String getLongMsgCnt() {
|
|
| 976 |
- return longMsgCnt; |
|
| 977 |
- } |
|
| 978 |
- public void setLongMsgCnt(String longMsgCnt) {
|
|
| 979 |
- this.longMsgCnt = longMsgCnt; |
|
| 980 |
- } |
|
| 981 |
- public String getAtchFileId1() {
|
|
| 982 |
- return atchFileId1; |
|
| 983 |
- } |
|
| 984 |
- public void setAtchFileId1(String atchFileId1) {
|
|
| 985 |
- this.atchFileId1 = atchFileId1; |
|
| 986 |
- } |
|
| 987 |
- public String getAtchFileId2() {
|
|
| 988 |
- return atchFileId2; |
|
| 989 |
- } |
|
| 990 |
- public void setAtchFileId2(String atchFileId2) {
|
|
| 991 |
- this.atchFileId2 = atchFileId2; |
|
| 992 |
- } |
|
| 993 |
- public String getAtchFileId3() {
|
|
| 994 |
- return atchFileId3; |
|
| 995 |
- } |
|
| 996 |
- public void setAtchFileId3(String atchFileId3) {
|
|
| 997 |
- this.atchFileId3 = atchFileId3; |
|
| 998 |
- } |
|
| 999 |
- public String getAtchFileSn1() {
|
|
| 1000 |
- return atchFileSn1; |
|
| 1001 |
- } |
|
| 1002 |
- public void setAtchFileSn1(String atchFileSn1) {
|
|
| 1003 |
- this.atchFileSn1 = atchFileSn1; |
|
| 1004 |
- } |
|
| 1005 |
- public String getAtchFileSn2() {
|
|
| 1006 |
- return atchFileSn2; |
|
| 1007 |
- } |
|
| 1008 |
- public void setAtchFileSn2(String atchFileSn2) {
|
|
| 1009 |
- this.atchFileSn2 = atchFileSn2; |
|
| 1010 |
- } |
|
| 1011 |
- public String getAtchFileSn3() {
|
|
| 1012 |
- return atchFileSn3; |
|
| 1013 |
- } |
|
| 1014 |
- public void setAtchFileSn3(String atchFileSn3) {
|
|
| 1015 |
- this.atchFileSn3 = atchFileSn3; |
|
| 1016 |
- } |
|
| 1017 |
- |
|
| 1018 |
- public String getMsgTypeName() {
|
|
| 1019 |
- return msgTypeName; |
|
| 1020 |
- } |
|
| 1021 |
- public void setMsgTypeName(String msgTypeName) {
|
|
| 1022 |
- this.msgTypeName = msgTypeName; |
|
| 1023 |
- } |
|
| 1024 |
- public int getSendCount() {
|
|
| 1025 |
- return sendCount; |
|
| 1026 |
- } |
|
| 1027 |
- public void setSendCount(int sendCount) {
|
|
| 1028 |
- this.sendCount = sendCount; |
|
| 1029 |
- } |
|
| 1030 |
- public double getSupplyPrice() {
|
|
| 1031 |
- return supplyPrice; |
|
| 1032 |
- } |
|
| 1033 |
- public void setSupplyPrice(double supplyPrice) {
|
|
| 1034 |
- this.supplyPrice = supplyPrice; |
|
| 1035 |
- } |
|
| 1036 |
- public double getVatPrice() {
|
|
| 1037 |
- return vatPrice; |
|
| 1038 |
- } |
|
| 1039 |
- public void setVatPrice(double vatPrice) {
|
|
| 1040 |
- this.vatPrice = vatPrice; |
|
| 1041 |
- } |
|
| 1042 |
- public double getTotalPrice() {
|
|
| 1043 |
- return totalPrice; |
|
| 1044 |
- } |
|
| 1045 |
- public void setTotalPrice(double totalPrice) {
|
|
| 1046 |
- this.totalPrice = totalPrice; |
|
| 1047 |
- } |
|
| 1048 |
- public String getDetailType() {
|
|
| 1049 |
- return detailType; |
|
| 1050 |
- } |
|
| 1051 |
- public void setDetailType(String detailType) {
|
|
| 1052 |
- this.detailType = detailType; |
|
| 1053 |
- } |
|
| 1054 |
- public String getMsgGroupSCnt() {
|
|
| 1055 |
- return msgGroupSCnt; |
|
| 1056 |
- } |
|
| 1057 |
- public void setMsgGroupSCnt(String msgGroupSCnt) {
|
|
| 1058 |
- this.msgGroupSCnt = msgGroupSCnt; |
|
| 1059 |
- } |
|
| 1060 |
- public String getMsgGroupFWCnt() {
|
|
| 1061 |
- return MsgGroupFWCnt; |
|
| 1062 |
- } |
|
| 1063 |
- public void setMsgGroupFWCnt(String msgGroupFWCnt) {
|
|
| 1064 |
- MsgGroupFWCnt = msgGroupFWCnt; |
|
| 1065 |
- } |
|
| 1066 |
- public String getTotSPrice() {
|
|
| 1067 |
- return totSPrice; |
|
| 1068 |
- } |
|
| 1069 |
- public void setTotSPrice(String totSPrice) {
|
|
| 1070 |
- this.totSPrice = totSPrice; |
|
| 1071 |
- } |
|
| 1072 |
- public String getTotFWPrice() {
|
|
| 1073 |
- return totFWPrice; |
|
| 1074 |
- } |
|
| 1075 |
- public void setTotFWPrice(String totFWPrice) {
|
|
| 1076 |
- this.totFWPrice = totFWPrice; |
|
| 1077 |
- } |
|
| 1078 |
- public String getMsgGroupSCntSum() {
|
|
| 1079 |
- return msgGroupSCntSum; |
|
| 1080 |
- } |
|
| 1081 |
- public void setMsgGroupSCntSum(String msgGroupSCntSum) {
|
|
| 1082 |
- this.msgGroupSCntSum = msgGroupSCntSum; |
|
| 1083 |
- } |
|
| 1084 |
- public String getMsgGroupFWCntSum() {
|
|
| 1085 |
- return MsgGroupFWCntSum; |
|
| 1086 |
- } |
|
| 1087 |
- public void setMsgGroupFWCntSum(String msgGroupFWCntSum) {
|
|
| 1088 |
- MsgGroupFWCntSum = msgGroupFWCntSum; |
|
| 1089 |
- } |
|
| 1090 |
- public String getTotSPriceSum() {
|
|
| 1091 |
- return totSPriceSum; |
|
| 1092 |
- } |
|
| 1093 |
- public void setTotSPriceSum(String totSPriceSum) {
|
|
| 1094 |
- this.totSPriceSum = totSPriceSum; |
|
| 1095 |
- } |
|
| 1096 |
- public String getTotFWPriceSum() {
|
|
| 1097 |
- return totFWPriceSum; |
|
| 1098 |
- } |
|
| 1099 |
- public void setTotFWPriceSum(String totFWPriceSum) {
|
|
| 1100 |
- this.totFWPriceSum = totFWPriceSum; |
|
| 1101 |
- } |
|
| 1102 |
- public String getSmiId() {
|
|
| 1103 |
- return smiId; |
|
| 1104 |
- } |
|
| 1105 |
- public void setSmiId(String smiId) {
|
|
| 1106 |
- this.smiId = smiId; |
|
| 1107 |
- } |
|
| 1108 |
- public List<String> getDividDay() {
|
|
| 1109 |
- return dividDay; |
|
| 1110 |
- } |
|
| 1111 |
- public void setDividDay(List<String> dividDay) {
|
|
| 1112 |
- this.dividDay = dividDay; |
|
| 1113 |
- } |
|
| 1114 |
- public String getUserNm() {
|
|
| 1115 |
- return userNm; |
|
| 1116 |
- } |
|
| 1117 |
- public void setUserNm(String userNm) {
|
|
| 1118 |
- this.userNm = userNm; |
|
| 1119 |
- } |
|
| 1120 |
- public String getMbtlnum() {
|
|
| 1121 |
- return mbtlnum; |
|
| 1122 |
- } |
|
| 1123 |
- public void setMbtlnum(String mbtlnum) {
|
|
| 1124 |
- this.mbtlnum = mbtlnum; |
|
| 1125 |
- } |
|
| 1126 |
- public String getEmailAdres() {
|
|
| 1127 |
- return emailAdres; |
|
| 1128 |
- } |
|
| 1129 |
- public void setEmailAdres(String emailAdres) {
|
|
| 1130 |
- this.emailAdres = emailAdres; |
|
| 1131 |
- } |
|
| 1132 |
- public String getAuthorCode() {
|
|
| 1133 |
- return authorCode; |
|
| 1134 |
- } |
|
| 1135 |
- public void setAuthorCode(String authorCode) {
|
|
| 1136 |
- this.authorCode = authorCode; |
|
| 1137 |
- } |
|
| 1138 |
- public String getResultLogUpdtPnttm() {
|
|
| 1139 |
- return resultLogUpdtPnttm; |
|
| 1140 |
- } |
|
| 1141 |
- public void setResultLogUpdtPnttm(String resultLogUpdtPnttm) {
|
|
| 1142 |
- this.resultLogUpdtPnttm = resultLogUpdtPnttm; |
|
| 1143 |
- } |
|
| 1144 |
- public String getRepAgent() {
|
|
| 1145 |
- return repAgent; |
|
| 1146 |
- } |
|
| 1147 |
- public void setRepAgent(String repAgent) {
|
|
| 1148 |
- this.repAgent = repAgent; |
|
| 1149 |
- } |
|
| 1150 |
- public String getEventYn() {
|
|
| 1151 |
- return eventYn; |
|
| 1152 |
- } |
|
| 1153 |
- public void setEventYn(String eventYn) {
|
|
| 1154 |
- this.eventYn = eventYn; |
|
| 1155 |
- } |
|
| 1156 |
- |
|
| 1157 |
- public String getSpamKeyword() {
|
|
| 1158 |
- return spamKeyword; |
|
| 1159 |
- } |
|
| 1160 |
- public void setSpamKeyword(String spamKeyword) {
|
|
| 1161 |
- this.spamKeyword = spamKeyword; |
|
| 1162 |
- } |
|
| 1163 |
- public String getSpamMsgGroupId() {
|
|
| 1164 |
- return spamMsgGroupId; |
|
| 1165 |
- } |
|
| 1166 |
- public void setSpamMsgGroupId(String spamMsgGroupId) {
|
|
| 1167 |
- this.spamMsgGroupId = spamMsgGroupId; |
|
| 1168 |
- } |
|
| 1169 |
- public String getSpamStatus() {
|
|
| 1170 |
- return spamStatus; |
|
| 1171 |
- } |
|
| 1172 |
- public void setSpamStatus(String spamStatus) {
|
|
| 1173 |
- this.spamStatus = spamStatus; |
|
| 1174 |
- } |
|
| 1175 |
- |
|
| 1176 |
- public String getSmishingYn() {
|
|
| 1177 |
- return smishingYn; |
|
| 1178 |
- } |
|
| 1179 |
- public void setSmishingYn(String smishingYn) {
|
|
| 1180 |
- this.smishingYn = smishingYn; |
|
| 1181 |
- } |
|
| 1182 |
- public int getTotalCallCnt() {
|
|
| 1183 |
- return totalCallCnt; |
|
| 1184 |
- } |
|
| 1185 |
- public void setTotalCallCnt(int totalCallCnt) {
|
|
| 1186 |
- this.totalCallCnt = totalCallCnt; |
|
| 1187 |
- } |
|
| 1188 |
- public String getDelayYn() {
|
|
| 1189 |
- return delayYn; |
|
| 1190 |
- } |
|
| 1191 |
- public void setDelayYn(String delayYn) {
|
|
| 1192 |
- this.delayYn = delayYn; |
|
| 1193 |
- } |
|
| 1194 |
- public String getDelayCompleteYn() {
|
|
| 1195 |
- return delayCompleteYn; |
|
| 1196 |
- } |
|
| 1197 |
- public void setDelayCompleteYn(String delayCompleteYn) {
|
|
| 1198 |
- this.delayCompleteYn = delayCompleteYn; |
|
| 1199 |
- } |
|
| 1200 |
- public String getVipYn() {
|
|
| 1201 |
- return vipYn; |
|
| 1202 |
- } |
|
| 1203 |
- public void setVipYn(String vipYn) {
|
|
| 1204 |
- this.vipYn = vipYn; |
|
| 1205 |
- } |
|
| 1206 |
- public String getResultCode() {
|
|
| 1207 |
- return resultCode; |
|
| 1208 |
- } |
|
| 1209 |
- public void setResultCode(String resultCode) {
|
|
| 1210 |
- this.resultCode = resultCode; |
|
| 1211 |
- } |
|
| 1212 |
- public String getResultCode2() {
|
|
| 1213 |
- return resultCode2; |
|
| 1214 |
- } |
|
| 1215 |
- public void setResultCode2(String resultCode2) {
|
|
| 1216 |
- this.resultCode2 = resultCode2; |
|
| 1217 |
- } |
|
| 1218 |
- public String getRegistPnttm() {
|
|
| 1219 |
- return registPnttm; |
|
| 1220 |
- } |
|
| 1221 |
- public void setRegistPnttm(String registPnttm) {
|
|
| 1222 |
- this.registPnttm = registPnttm; |
|
| 1223 |
- } |
|
| 1224 |
- public String getBizKakaoResendData() {
|
|
| 1225 |
- return bizKakaoResendData; |
|
| 1226 |
- } |
|
| 1227 |
- public void setBizKakaoResendData(String bizKakaoResendData) {
|
|
| 1228 |
- this.bizKakaoResendData = bizKakaoResendData; |
|
| 1229 |
- } |
|
| 1230 |
- public String getBizKakaoTitle() {
|
|
| 1231 |
- return bizKakaoTitle; |
|
| 1232 |
- } |
|
| 1233 |
- public void setBizKakaoTitle(String bizKakaoTitle) {
|
|
| 1234 |
- this.bizKakaoTitle = bizKakaoTitle; |
|
| 1235 |
- } |
|
| 1236 |
- public String getSmsTxtTrans() {
|
|
| 1237 |
- return smsTxtTrans; |
|
| 1238 |
- } |
|
| 1239 |
- public void setSmsTxtTrans(String smsTxtTrans) {
|
|
| 1240 |
- this.smsTxtTrans = smsTxtTrans; |
|
| 1241 |
- } |
|
| 1242 |
- public String getBizKakaoTitle01() {
|
|
| 1243 |
- return bizKakaoTitle01; |
|
| 1244 |
- } |
|
| 1245 |
- public void setBizKakaoTitle01(String bizKakaoTitle01) {
|
|
| 1246 |
- this.bizKakaoTitle01 = bizKakaoTitle01; |
|
| 1247 |
- } |
|
| 1248 |
- public String getBizKakaoTitle02() {
|
|
| 1249 |
- return bizKakaoTitle02; |
|
| 1250 |
- } |
|
| 1251 |
- public void setBizKakaoTitle02(String bizKakaoTitle02) {
|
|
| 1252 |
- this.bizKakaoTitle02 = bizKakaoTitle02; |
|
| 1253 |
- } |
|
| 1254 |
- public String getBizKakaoResendOrgnlTxt() {
|
|
| 1255 |
- return bizKakaoResendOrgnlTxt; |
|
| 1256 |
- } |
|
| 1257 |
- public void setBizKakaoResendOrgnlTxt(String bizKakaoResendOrgnlTxt) {
|
|
| 1258 |
- this.bizKakaoResendOrgnlTxt = bizKakaoResendOrgnlTxt; |
|
| 1259 |
- } |
|
| 1260 |
- public String getBizKakaoResendYn() {
|
|
| 1261 |
- return bizKakaoResendYn; |
|
| 1262 |
- } |
|
| 1263 |
- public void setBizKakaoResendYn(String bizKakaoResendYn) {
|
|
| 1264 |
- this.bizKakaoResendYn = bizKakaoResendYn; |
|
| 1265 |
- } |
|
| 1266 |
- public String getBizKakaoResendType() {
|
|
| 1267 |
- return bizKakaoResendType; |
|
| 1268 |
- } |
|
| 1269 |
- public void setBizKakaoResendType(String bizKakaoResendType) {
|
|
| 1270 |
- this.bizKakaoResendType = bizKakaoResendType; |
|
| 1271 |
- } |
|
| 1272 |
- public String getBizKakaoJsonFile() {
|
|
| 1273 |
- return bizKakaoJsonFile; |
|
| 1274 |
- } |
|
| 1275 |
- public void setBizKakaoJsonFile(String bizKakaoJsonFile) {
|
|
| 1276 |
- this.bizKakaoJsonFile = bizKakaoJsonFile; |
|
| 1277 |
- } |
|
| 1278 |
- public String getYellowId() {
|
|
| 1279 |
- return yellowId; |
|
| 1280 |
- } |
|
| 1281 |
- public void setYellowId(String yellowId) {
|
|
| 1282 |
- this.yellowId = yellowId; |
|
| 1283 |
- } |
|
| 1284 |
- public String getBizKakaoResendTypeCnt() {
|
|
| 1285 |
- return bizKakaoResendTypeCnt; |
|
| 1286 |
- } |
|
| 1287 |
- public void setBizKakaoResendTypeCnt(String bizKakaoResendTypeCnt) {
|
|
| 1288 |
- this.bizKakaoResendTypeCnt = bizKakaoResendTypeCnt; |
|
| 1289 |
- } |
|
| 1290 | 221 |
|
| 1291 | 222 |
|
| 1292 | 223 |
|
--- src/main/java/itn/let/kakao/kakaoComm/KakaoSendUtil.java
+++ src/main/java/itn/let/kakao/kakaoComm/KakaoSendUtil.java
... | ... | @@ -300,7 +300,7 @@ |
| 300 | 300 |
//사용자 현재 보유 금액 불러오기(문자 발송 금액 차감 이전 금액) |
| 301 | 301 |
// String befCash = kakaoVO.getBefCash(); |
| 302 | 302 |
|
| 303 |
- log.info(" [{}]", kakaoVO.ftToString());
|
|
| 303 |
+ log.info("kakaoVO.ftToString() :: [{}]", kakaoVO.ftToString());
|
|
| 304 | 304 |
|
| 305 | 305 |
List<KakaoSendAdvcVO> kakaoSendAdvcListVO = new ArrayList<>(); |
| 306 | 306 |
Calendar calendar = setupBaseDate(kakaoVO, isNotified); |
... | ... | @@ -310,6 +310,10 @@ |
| 310 | 310 |
String templateContent = kakaoVO.getTemplateContent(); |
| 311 | 311 |
// 실패 대체 문자 |
| 312 | 312 |
String subMsgTxt = kakaoVO.getSubMsgTxt(); |
| 313 |
+ log.info(" + StringUtils.isNotEmpty(subMsgTxt) :: [{}]", StringUtils.isNotEmpty(subMsgTxt));
|
|
| 314 |
+ if(StringUtils.isNotEmpty(subMsgTxt)) {
|
|
| 315 |
+ kakaoVO.setSubMsgSendYn("Y");
|
|
| 316 |
+ } |
|
| 313 | 317 |
|
| 314 | 318 |
// 시스템 기본 단가 정보 불러오기 |
| 315 | 319 |
JoinSettingVO sysJoinSetVO = mjonMsgDataService.selectJoinSettingInfo(); |
... | ... | @@ -321,8 +325,6 @@ |
| 321 | 325 |
Boolean replaceYN = MsgSendUtils.getReplaceYN(templateContent); |
| 322 | 326 |
Boolean replaceSubYN = MsgSendUtils.getReplaceYN(subMsgTxt); |
| 323 | 327 |
|
| 324 |
- boolean hasPerformedMsgType = false; // 치환 문자가 없는 경우, 스팸 체크가 한 번만 수행되도록 제어 |
|
| 325 |
- |
|
| 326 | 328 |
|
| 327 | 329 |
/** @MSGID KEY값 */ |
| 328 | 330 |
List<String> idList = mjonCommon.getNextCustomMsgCId(kakaoVO.getMjonFTSendVOList().size()); |
... | ... | @@ -348,15 +350,13 @@ |
| 348 | 350 |
|
| 349 | 351 |
|
| 350 | 352 |
/** @jsonStr 필요유무 */ |
| 351 |
- boolean hasTitleOrButtons = CollectionUtils.isNotEmpty(kakaoVO.getButtonVOList()); |
|
| 353 |
+ boolean hasButtons = CollectionUtils.isNotEmpty(kakaoVO.getButtonVOList()); |
|
| 352 | 354 |
String sharedJsonStr = null; |
| 353 | 355 |
|
| 354 | 356 |
|
| 355 | 357 |
|
| 356 | 358 |
List<MjonFTSendVO> mjonFTSendVOList = kakaoVO.getMjonFTSendVOList(); |
| 357 | 359 |
|
| 358 |
- // 분할 건수 카운터 |
|
| 359 |
- int counter = 0; |
|
| 360 | 360 |
for (int i = 0; i < mjonFTSendVOList.size(); i++) {
|
| 361 | 361 |
MjonFTSendVO mjonFTSendVO = mjonFTSendVOList.get(i); |
| 362 | 362 |
|
... | ... | @@ -394,16 +394,18 @@ |
| 394 | 394 |
if(StringUtils.isNotEmpty(subMsgTxt)) {
|
| 395 | 395 |
subMsgTxtTemp = subMsgTxt; |
| 396 | 396 |
|
| 397 |
- // 각 치환 구문을 확인하고 치환할 값이 없으면 오류 반환 |
|
| 398 |
- for (Map.Entry<String, Function<MjonFTSendVO, String>> entry : placeholders.entrySet()) {
|
|
| 399 |
- String placeholder = entry.getKey(); |
|
| 400 |
- String value = entry.getValue().apply(mjonFTSendVO); |
|
| 401 |
- if (subMsgTxtTemp.contains(placeholder)) {
|
|
| 402 |
- if (StringUtils.isEmpty(value)) {
|
|
| 403 |
- statusResponseSet(statusResponse, HttpStatus.BAD_REQUEST, "치환 문구중 " + placeholder + " 데이터가 없습니다."); |
|
| 404 |
- return null; |
|
| 397 |
+ if(replaceSubYN) {
|
|
| 398 |
+ // 각 치환 구문을 확인하고 치환할 값이 없으면 오류 반환 |
|
| 399 |
+ for (Map.Entry<String, Function<MjonFTSendVO, String>> entry : placeholders.entrySet()) {
|
|
| 400 |
+ String placeholder = entry.getKey(); |
|
| 401 |
+ String value = entry.getValue().apply(mjonFTSendVO); |
|
| 402 |
+ if (subMsgTxtTemp.contains(placeholder)) {
|
|
| 403 |
+ if (StringUtils.isEmpty(value)) {
|
|
| 404 |
+ statusResponseSet(statusResponse, HttpStatus.BAD_REQUEST, "치환 문구중 " + placeholder + " 데이터가 없습니다."); |
|
| 405 |
+ return null; |
|
| 406 |
+ } |
|
| 407 |
+ subMsgTxtTemp = subMsgTxtTemp.replace(placeholder, value); |
|
| 405 | 408 |
} |
| 406 |
- subMsgTxtTemp = subMsgTxtTemp.replace(placeholder, value); |
|
| 407 | 409 |
} |
| 408 | 410 |
} |
| 409 | 411 |
} |
... | ... | @@ -423,7 +425,6 @@ |
| 423 | 425 |
|
| 424 | 426 |
boolean isMms = "MMS".equals(sendType); |
| 425 | 427 |
sendVO.setEachPrice(isMms ? mmsPStr : shortPStr); |
| 426 |
- sendVO.setSubMsgTxt(subMsgTxt);// 실패 |
|
| 427 | 428 |
}else {
|
| 428 | 429 |
kakaoFtPrice = getValidPrice(mberManageVO.getKakaoAtPrice(), sysJoinSetVO.getKakaoAtPrice()); |
| 429 | 430 |
sendVO.setEachPrice( Float.toString(kakaoFtPrice) ); |
... | ... | @@ -431,7 +432,7 @@ |
| 431 | 432 |
|
| 432 | 433 |
|
| 433 | 434 |
// 타이틀과 버튼이 있고 |
| 434 |
- if(hasTitleOrButtons) {
|
|
| 435 |
+ if(hasButtons) {
|
|
| 435 | 436 |
// |
| 436 | 437 |
if (StringUtils.isEmpty(sharedJsonStr)) {
|
| 437 | 438 |
// 치환 데이터가 없고 아직 생성되지 않았으면 한 번만 생성 |
... | ... | @@ -550,6 +551,7 @@ |
| 550 | 551 |
sendVO.setTemplateCode(kakaoVO.getTemplateCode()); |
| 551 | 552 |
sendVO.setUserId(kakaoVO.getUserId()); |
| 552 | 553 |
sendVO.setCallFrom(kakaoVO.getCallFrom()); |
| 554 |
+ sendVO.setSubMsgSendYn(kakaoVO.getSubMsgSendYn()); |
|
| 553 | 555 |
return sendVO; |
| 554 | 556 |
} |
| 555 | 557 |
|
... | ... | @@ -1576,6 +1578,9 @@ |
| 1576 | 1578 |
// log.info(" + insertKakaoGroupDataTb_advc kakaoVO :: \n[{}]", kakaoVO.toString());;
|
| 1577 | 1579 |
// log.info(" + insertKakaoGroupDataTb_advc kakaoSendAdvcVOList :: \n[{}]", sendVO.toString());
|
| 1578 | 1580 |
|
| 1581 |
+ |
|
| 1582 |
+ |
|
| 1583 |
+ sendVO.setTemplateContent(kakaoVO.getTemplateContent()); |
|
| 1579 | 1584 |
sendVO.setMsgGroupCnt(Integer.toString(instCnt)); |
| 1580 | 1585 |
sendVO.setReserveYn(kakaoVO.getReserveYn()); |
| 1581 | 1586 |
sendVO.setBefCash(priceAndPoint.getBefCash(sendVO.getUserId())); |
--- src/main/java/itn/let/kakao/user/sent/web/KakaoSentController.java
+++ src/main/java/itn/let/kakao/user/sent/web/KakaoSentController.java
... | ... | @@ -182,7 +182,6 @@ |
| 182 | 182 |
|
| 183 | 183 |
//전체 발송 리스트 불러오기 |
| 184 | 184 |
List<KakaoSentVO> resultAllSentList = kakaoSentService.selectAllKakaoSentList(kakaoSentVO); |
| 185 |
- System.out.println("??");
|
|
| 186 | 185 |
model.addAttribute("resultAllSentList", resultAllSentList);
|
| 187 | 186 |
// model.addAttribute("resultAllSentCnt", resultAllSentList.size());
|
| 188 | 187 |
|
... | ... | @@ -890,22 +889,21 @@ |
| 890 | 889 |
KakaoReturnVO returnVO = new KakaoReturnVO(); |
| 891 | 890 |
try {
|
| 892 | 891 |
|
| 893 |
- String tmpContent = kakaoATVO.getSmsTxtTrans(); |
|
| 894 |
- String jsonFilePath = kakaoATVO.getBizKakaoJsonFile(); |
|
| 892 |
+ String jsonContents = kakaoATVO.getContents(); |
|
| 895 | 893 |
|
| 896 | 894 |
//친구톡 이미지 또는 버튼 정보가 있다면 실행 |
| 897 |
- if(jsonFilePath != null && jsonFilePath.length() > 0) {
|
|
| 895 |
+ if(jsonContents != null && jsonContents.length() > 0) {
|
|
| 898 | 896 |
|
| 899 |
- FileReader reader = new FileReader(jsonFilePath); |
|
| 897 |
+ /*FileReader reader = new FileReader(jsonFilePath); |
|
| 900 | 898 |
int ch; |
| 901 | 899 |
String resultStr = ""; |
| 902 | 900 |
while ((ch = reader.read()) != -1) {
|
| 903 | 901 |
|
| 904 | 902 |
resultStr = resultStr + (char)ch; |
| 905 | 903 |
} |
| 906 |
- |
|
| 904 |
+ */ |
|
| 907 | 905 |
JSONParser parser = new JSONParser(); |
| 908 |
- Object obj = parser.parse(resultStr); |
|
| 906 |
+ Object obj = parser.parse(jsonContents); |
|
| 909 | 907 |
JSONObject object = (JSONObject) obj; |
| 910 | 908 |
|
| 911 | 909 |
String image = (object.get("image") == null) ? null : object.get("image").toString();
|
... | ... | @@ -964,7 +962,7 @@ |
| 964 | 962 |
} |
| 965 | 963 |
|
| 966 | 964 |
//친구톡 내용 셋팅 |
| 967 |
- returnVO.setTemplateContent(tmpContent); |
|
| 965 |
+ returnVO.setTemplateContent(kakaoATVO.getSmsTxt()); |
|
| 968 | 966 |
|
| 969 | 967 |
} catch (Exception e) {
|
| 970 | 968 |
e.printStackTrace(); |
... | ... | @@ -1037,42 +1035,50 @@ |
| 1037 | 1035 |
|
| 1038 | 1036 |
|
| 1039 | 1037 |
|
| 1040 |
- //발송 관리 문자발송 내용 상세보기 팝업 => 문자내용(MJ_MSG_DATA) |
|
| 1041 |
- MjonKakaoATVO mjonKakaoATResultVO = kakaoSentService.selectKakaoSentDetailDataAjax(mjonKakaoATVO); |
|
| 1042 |
- // 대체문자 엔터키 치환 |
|
| 1043 |
- mjonKakaoATResultVO.setSmsTxt(StringUtil2.replaceBR(mjonKakaoATResultVO.getSmsTxt())); |
|
| 1044 |
- model.addAttribute("resultMsgDetail", mjonKakaoATResultVO);
|
|
| 1038 |
+ try {
|
|
| 1045 | 1039 |
|
| 1046 |
- String msgType = mjonKakaoATResultVO.getMsgType(); |
|
| 1040 |
+ //발송 관리 문자발송 내용 상세보기 팝업 => 문자내용(MJ_MSG_DATA) |
|
| 1041 |
+ MjonKakaoATVO mjonKakaoATResultVO = kakaoSentService.selectKakaoSentDetailDataAjax(mjonKakaoATVO); |
|
| 1042 |
+ // 대체문자 엔터키 치환 |
|
| 1043 |
+ if(StringUtils.isNotEmpty(mjonKakaoATResultVO.getSmsTxt())) {
|
|
| 1044 |
+ mjonKakaoATResultVO.setSmsTxt(StringUtil2.replaceBR(mjonKakaoATResultVO.getSmsTxt())); |
|
| 1045 |
+ } |
|
| 1046 |
+ model.addAttribute("resultMsgDetail", mjonKakaoATResultVO);
|
|
| 1047 |
+ |
|
| 1048 |
+ String msgType = mjonKakaoATResultVO.getMsgType(); |
|
| 1049 |
+ |
|
| 1050 |
+ if(msgType.equals("8")) {//카카오 알림톡인 경우 상세정보 처리
|
|
| 1051 |
+ |
|
| 1052 |
+ // 템플릿 api 가져오기 |
|
| 1053 |
+ KakaoVO kakaoVO = new KakaoVO(); |
|
| 1054 |
+ kakaoVO.setSenderKey(mjonKakaoATResultVO.getMsgNoticetalkSenderKey()); |
|
| 1055 |
+ kakaoVO.setTemplateCode(mjonKakaoATResultVO.getMsgNoticetalkTmpKey()); |
|
| 1056 |
+ |
|
| 1057 |
+ KakaoReturnVO kakaoTemplateInfo =kakaoApiTemplate.selectKakaoApiTemplateDetail(kakaoVO); |
|
| 1058 |
+ |
|
| 1059 |
+ model.addAttribute("kakaoTemplateInfo", kakaoTemplateInfo);
|
|
| 1060 |
+ // //템플릿 api 가져오기 |
|
| 1061 |
+ |
|
| 1062 |
+ }else if(msgType.equals("9")) {//카카오 친구톡인 경우 상세정보 처리
|
|
| 1063 |
+ |
|
| 1064 |
+ //String smsTxt = mjonKakaoATResultVO.getSmsTxt(); |
|
| 1065 |
+ |
|
| 1066 |
+ KakaoReturnVO kakaoTemplateInfo = getKakaoFTSendTemplateInfo(mjonKakaoATResultVO); |
|
| 1067 |
+ //kakaoTemplateInfo.setTemplateContent(smsTxt); |
|
| 1068 |
+ |
|
| 1069 |
+ model.addAttribute("kakaoTemplateInfo", kakaoTemplateInfo);
|
|
| 1070 |
+ |
|
| 1071 |
+ }else {
|
|
| 1072 |
+ |
|
| 1073 |
+ model.addAttribute("kakaoTemplateInfo", "");
|
|
| 1074 |
+ |
|
| 1075 |
+ } |
|
| 1076 |
+ model.addAttribute("msgType", msgType);
|
|
| 1047 | 1077 |
|
| 1048 |
- if(msgType.equals("8")) {//카카오 알림톡인 경우 상세정보 처리
|
|
| 1049 |
- |
|
| 1050 |
- // 템플릿 api 가져오기 |
|
| 1051 |
- KakaoVO kakaoVO = new KakaoVO(); |
|
| 1052 |
- kakaoVO.setSenderKey(mjonKakaoATResultVO.getMsgNoticetalkSenderKey()); |
|
| 1053 |
- kakaoVO.setTemplateCode(mjonKakaoATResultVO.getMsgNoticetalkTmpKey()); |
|
| 1054 |
- |
|
| 1055 |
- KakaoReturnVO kakaoTemplateInfo =kakaoApiTemplate.selectKakaoApiTemplateDetail(kakaoVO); |
|
| 1056 |
- |
|
| 1057 |
- model.addAttribute("kakaoTemplateInfo", kakaoTemplateInfo);
|
|
| 1058 |
- // //템플릿 api 가져오기 |
|
| 1059 |
- |
|
| 1060 |
- }else if(msgType.equals("9")) {//카카오 친구톡인 경우 상세정보 처리
|
|
| 1061 |
- |
|
| 1062 |
- //String smsTxt = mjonKakaoATResultVO.getSmsTxt(); |
|
| 1063 |
- |
|
| 1064 |
- KakaoReturnVO kakaoTemplateInfo = getKakaoFTSendTemplateInfo(mjonKakaoATResultVO); |
|
| 1065 |
- //kakaoTemplateInfo.setTemplateContent(smsTxt); |
|
| 1066 |
- |
|
| 1067 |
- model.addAttribute("kakaoTemplateInfo", kakaoTemplateInfo);
|
|
| 1068 |
- |
|
| 1069 |
- }else {
|
|
| 1070 |
- |
|
| 1071 |
- model.addAttribute("kakaoTemplateInfo", "");
|
|
| 1072 |
- |
|
| 1078 |
+ } catch (Exception e) {
|
|
| 1079 |
+ e.printStackTrace(); |
|
| 1080 |
+ // TODO: handle exception |
|
| 1073 | 1081 |
} |
| 1074 |
- |
|
| 1075 |
- model.addAttribute("msgType", msgType);
|
|
| 1076 | 1082 |
return "web/kakao/sent/KakaoSentDetailPopAjax"; |
| 1077 | 1083 |
} |
| 1078 | 1084 |
} |
--- src/main/resources/egovframework/sqlmap/let/mjo/kakao/KakaoSent_SQL_Mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/mjo/kakao/KakaoSent_SQL_Mysql.xml
... | ... | @@ -909,7 +909,7 @@ |
| 909 | 909 |
|
| 910 | 910 |
<!-- 발신 내용 상세보기 조회 (상세보기 버튼 클릭시)--> |
| 911 | 911 |
<select id="KakaoSentDAO.selectKakaoSentDetailDataAjax" parameterClass="mjonKakaoATVO" resultClass="mjonKakaoATVO"> |
| 912 |
- |
|
| 912 |
+ /* KakaoSentDAO.selectKakaoSentDetailDataAjax */ |
|
| 913 | 913 |
SELECT |
| 914 | 914 |
MGD.MSG_GROUP_ID as msgGroupId |
| 915 | 915 |
, MGD.USER_ID as userId |
... | ... | @@ -925,9 +925,12 @@ |
| 925 | 925 |
, MD.BIZ_KAKAO_RESEND_DATA as bizKakaoResendData /* 대체 문자 (치환O) */ |
| 926 | 926 |
, MGD.BIZ_KAKAO_RESEND_ORGNL_TXT as bizKakaoResendOrgnlTxt /* 대체 문자( 치환X ) */ |
| 927 | 927 |
, MD.BIZ_KAKAO_JSON_FILE as bizKakaoJsonFile /* Json 파일 경로 */ |
| 928 |
+ , BA.CONTENTS as contents |
|
| 928 | 929 |
FROM MJ_MSG_GROUP_DATA MGD |
| 929 | 930 |
INNER JOIN MJ_MSG_DATA MD |
| 930 | 931 |
ON MGD.MSG_GROUP_ID = MD.MSG_GROUP_ID |
| 932 |
+ LEFT JOIN BIZ_ATTACHMENTS BA |
|
| 933 |
+ ON MD.BIZ_KAKAO_JSON_FILE = BA.MSG_KEY |
|
| 931 | 934 |
AND MGD.USER_ID = MD.USER_ID |
| 932 | 935 |
WHERE |
| 933 | 936 |
MGD.USER_ID = #userId# |
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?