代码更新
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package org.nl.wql.util;
|
||||
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.nl.wql.core.content.HttpContext;
|
||||
import org.springframework.data.domain.Pageable;
|
||||
@@ -15,7 +14,6 @@ import java.lang.reflect.Method;
|
||||
import java.math.BigDecimal;
|
||||
import java.net.URI;
|
||||
import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
import java.util.Map;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
@@ -43,6 +41,8 @@ public class WqlUtil {
|
||||
} else if ("java.lang.Long".equals(classStr)) {
|
||||
Long e = (Long) o;
|
||||
str = e.toString();
|
||||
} else if ("java.lang.Double".equals(classStr)) {
|
||||
str = String.valueOf(o);
|
||||
} else if ("oracle.sql.CLOB".equals(classStr)) {
|
||||
/* CLOB e2 = (CLOB) o;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user