연계시function추가
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user