ID 타입 변경
This commit is contained in:
parent
3ce84199c1
commit
c5cdd91741
@ -2625,9 +2625,9 @@ public class MjonMsgDataServiceImpl extends EgovAbstractServiceImpl implements M
|
||||
System.out.println("+_+++++ test 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
||||
//문자발송 리스트 생성 시작
|
||||
for(int i = 0; i < callToCnt; i++) {
|
||||
|
||||
startUserId = idgenMsgId.getNextStringId();
|
||||
//신규 pk IDgen 데이터 생성
|
||||
startUserId = mjComm.getCreateMsgUserIdgen(subUserId, startUserId);
|
||||
/*startUserId = mjComm.getCreateMsgUserIdgen(subUserId, startUserId);*/
|
||||
|
||||
Boolean blockSts = false;
|
||||
for(int j = 0; j < usrBlockCnt; j++) {
|
||||
|
||||
@ -2321,7 +2321,7 @@
|
||||
destroy-method="destroy">
|
||||
<property name="dataSource" ref="dataSource" />
|
||||
<property name="strategy" ref="mjonMsgIdStrategy" />
|
||||
<property name="blockSize" value="10"/>
|
||||
<property name="blockSize" value="50"/>
|
||||
<property name="table" value="IDS"/>
|
||||
<property name="tableName" value="MSG_ID"/>
|
||||
</bean>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user