uuid "-" 없앰
This commit is contained in:
@@ -121,7 +121,11 @@ public class RequestProcessor extends RequestProcessorSupport {
|
|||||||
String bidInterface = adptGrpVO.getBidInterface();
|
String bidInterface = adptGrpVO.getBidInterface();
|
||||||
String testMasterYn = adptGrpVO.getTestMasterYn();
|
String testMasterYn = adptGrpVO.getTestMasterYn();
|
||||||
|
|
||||||
|
// UUID 생성 : UUID에서 - 없는 32자리
|
||||||
|
String uuid = "";
|
||||||
|
uuid = UUIDGenerator.getUUID().toString().replaceAll("-", "");
|
||||||
// UUID 생성 : UUID = server구분4자리 + UUID
|
// UUID 생성 : UUID = server구분4자리 + UUID
|
||||||
|
/*
|
||||||
String uuid = "";
|
String uuid = "";
|
||||||
|
|
||||||
if(instid != null) {
|
if(instid != null) {
|
||||||
@@ -134,6 +138,7 @@ public class RequestProcessor extends RequestProcessorSupport {
|
|||||||
if (logger.isError()) logger.error(rspErrorMsg);
|
if (logger.isError()) logger.error(rspErrorMsg);
|
||||||
throw new RequestProcessorException(rspErrorMsg);
|
throw new RequestProcessorException(rspErrorMsg);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
ProcessVO vo = new ProcessVO();
|
ProcessVO vo = new ProcessVO();
|
||||||
vo.setAdapterGroupName(adapterGroupName);
|
vo.setAdapterGroupName(adapterGroupName);
|
||||||
|
|||||||
Reference in New Issue
Block a user