ID 타입 변경
@c5cdd91741265d28ea68a7b077ec336fef4d204a
--- src/main/java/itn/let/mjo/msgdata/service/impl/MjonMsgDataServiceImpl.java
+++ src/main/java/itn/let/mjo/msgdata/service/impl/MjonMsgDataServiceImpl.java
... | ... | @@ -2625,9 +2625,9 @@ |
| 2625 | 2625 |
System.out.println("+_+++++ test 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
| 2626 | 2626 |
//문자발송 리스트 생성 시작 |
| 2627 | 2627 |
for(int i = 0; i < callToCnt; i++) {
|
| 2628 |
- |
|
| 2628 |
+ startUserId = idgenMsgId.getNextStringId(); |
|
| 2629 | 2629 |
//신규 pk IDgen 데이터 생성 |
| 2630 |
- startUserId = mjComm.getCreateMsgUserIdgen(subUserId, startUserId); |
|
| 2630 |
+ /*startUserId = mjComm.getCreateMsgUserIdgen(subUserId, startUserId);*/ |
|
| 2631 | 2631 |
|
| 2632 | 2632 |
Boolean blockSts = false; |
| 2633 | 2633 |
for(int j = 0; j < usrBlockCnt; j++) {
|
--- src/main/resources/egovframework/spring/com/context-idgen.xml
+++ src/main/resources/egovframework/spring/com/context-idgen.xml
... | ... | @@ -2321,7 +2321,7 @@ |
| 2321 | 2321 |
destroy-method="destroy"> |
| 2322 | 2322 |
<property name="dataSource" ref="dataSource" /> |
| 2323 | 2323 |
<property name="strategy" ref="mjonMsgIdStrategy" /> |
| 2324 |
- <property name="blockSize" value="10"/> |
|
| 2324 |
+ <property name="blockSize" value="50"/> |
|
| 2325 | 2325 |
<property name="table" value="IDS"/> |
| 2326 | 2326 |
<property name="tableName" value="MSG_ID"/> |
| 2327 | 2327 |
</bean> |
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?