uuid "-" 없앰

This commit is contained in:
25W0075
2025-11-27 13:47:48 +09:00
parent 1932180bd9
commit bf39193f65
@@ -121,7 +121,11 @@ public class RequestProcessor extends RequestProcessorSupport {
String bidInterface = adptGrpVO.getBidInterface();
String testMasterYn = adptGrpVO.getTestMasterYn();
// UUID 생성 : UUID에서 - 없는 32자리
String uuid = "";
uuid = UUIDGenerator.getUUID().toString().replaceAll("-", "");
// UUID 생성 : UUID = server구분4자리 + UUID
/*
String uuid = "";
if(instid != null) {
@@ -134,6 +138,7 @@ public class RequestProcessor extends RequestProcessorSupport {
if (logger.isError()) logger.error(rspErrorMsg);
throw new RequestProcessorException(rspErrorMsg);
}
*/
ProcessVO vo = new ProcessVO();
vo.setAdapterGroupName(adapterGroupName);