@@ -555,7 +555,7 @@ public class ApiInterfaceService extends OnlBaseService {
|
||||
restOption.setStandardCommonFields(standardCommonFields);
|
||||
return objectMapper.writeValueAsString(restOption);
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException("Failed to create standard common option", e);
|
||||
throw new RuntimeException("표준전문 공통부 생성을 실패했습니다", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user