--- src/main/java/itn/let/mjo/msgdata/service/impl/MjonMsgDataServiceImpl.java
+++ src/main/java/itn/let/mjo/msgdata/service/impl/MjonMsgDataServiceImpl.java
... | ... | @@ -4271,7 +4271,7 @@ |
| 4271 | 4271 |
int totalSize = mjonMsgSendVOList.size(); // 총 데이터 개수 |
| 4272 | 4272 |
// Batch 크기 설정 (고정값) |
| 4273 | 4273 |
// int batchSize = 10000; 465 |
| 4274 |
- int batchSize = 50000; |
|
| 4274 |
+ int batchSize = 50000; // 9분 18초 |
|
| 4275 | 4275 |
|
| 4276 | 4276 |
log.info("총 데이터 개수 :: [{}] ", totalSize);
|
| 4277 | 4277 |
log.info("설정된 Batch 크기 :: [{}] ", batchSize);
|
--- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataView.jsp
... | ... | @@ -1249,8 +1249,10 @@ |
| 1249 | 1249 |
// const processTimePerBatch = 130; // 130초 |
| 1250 | 1250 |
|
| 1251 | 1251 |
|
| 1252 |
- const processTimePerBatch = 260; // 260초 |
|
| 1253 |
- const batchSize = 300000; // 30만 건 |
|
| 1252 |
+ // 30만건 기준 10분으로 기준을 잡아서 |
|
| 1253 |
+ // 시간계산함 |
|
| 1254 |
+ const processTimePerBatch = 600; |
|
| 1255 |
+ const batchSize = 300000; |
|
| 1254 | 1256 |
|
| 1255 | 1257 |
// 1건당 처리 시간 |
| 1256 | 1258 |
const timePerRecord = processTimePerBatch / batchSize; |
--- src/main/webapp/js/txtSpecialReplace.js
+++ src/main/webapp/js/txtSpecialReplace.js
... | ... | @@ -322,6 +322,7 @@ |
| 322 | 322 |
|
| 323 | 323 |
//특정문구 일괄변환 문자길이 체크 하기 |
| 324 | 324 |
function fnReplCellExcel(){
|
| 325 |
+ console.log('fnReplCellExcel');
|
|
| 325 | 326 |
var smsTxtArea = $('#smsTxtArea').val();
|
| 326 | 327 |
var imgCnt = $("#imgCnt").val(); // 현재 페이지에 첨부된 이미지 갯수
|
| 327 | 328 |
var orgSmsTxt = smsTxtArea; // 광고문자 뺀 문자내용 |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -1784,7 +1784,7 @@ |
| 1784 | 1784 |
|
| 1785 | 1785 |
/* 팩스전송 */ |
| 1786 | 1786 |
.fax_content .fax_title{width: calc(100% - 340px);}
|
| 1787 |
-.fax_content .file_add{display: inline-block; width: calc(100% - 162px); height: 100%; padding: 10px 10px 10px 10px; margin: 0 0 0 0; vertical-align: top; box-sizing: border-box; text-align: center; font-size: 16px;}
|
|
| 1787 |
+.fax_content .file_add{display: inline-block; width: calc(100% - 166px); height: 100%; padding: 10px 10px 10px 10px; margin: 0 0 0 0; vertical-align: top; box-sizing: border-box; text-align: center; font-size: 16px;}
|
|
| 1788 | 1788 |
.fax_content .file_add .cf_text_wrap{background-color: #e2e2e2; border-radius: 5px; padding: 5px 10px; margin: 10px 0 0 0; font-size: 14px; color: #666;}
|
| 1789 | 1789 |
.fax_content .file_add .cf_text_wrap span{font-weight: 500;}
|
| 1790 | 1790 |
.fax_content .file_add.upload_table_wrap{min-height: 130px; padding:0;background-color: #fff;}
|
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?