연계시function추가

This commit is contained in:
Moon
2026-01-22 13:50:33 +09:00
parent fc0190c4ce
commit 90be304948

View File

@@ -33,7 +33,7 @@ public class NetUtils {
public String dtoToQueryString(Object dto, String queryString) {
ObjectMapper objectMapper = new ObjectMapper();
// 1. DTO를 Map으로 변환
Map<String, Object> map = objectMapper.convertValue(dto, Map.class);
String qStr = map.entrySet().stream()