diff --git a/mybatis-flex-core/pom.xml b/mybatis-flex-core/pom.xml
index db237694..bc745c0d 100644
--- a/mybatis-flex-core/pom.xml
+++ b/mybatis-flex-core/pom.xml
@@ -98,6 +98,13 @@
test
+
+ com.mybatis-flex
+ mybatis-flex-annotation
+ 1.7.3
+ compile
+
+
diff --git a/mybatis-flex-core/src/main/java/com/mybatisflex/core/mybatis/FlexDefaultResultSetHandler.java b/mybatis-flex-core/src/main/java/com/mybatisflex/core/mybatis/FlexDefaultResultSetHandler.java
index 1ed8774a..f57ec50a 100644
--- a/mybatis-flex-core/src/main/java/com/mybatisflex/core/mybatis/FlexDefaultResultSetHandler.java
+++ b/mybatis-flex-core/src/main/java/com/mybatisflex/core/mybatis/FlexDefaultResultSetHandler.java
@@ -15,6 +15,7 @@
*/
package com.mybatisflex.core.mybatis;
+import com.mybatisflex.core.util.StringUtil;
import org.apache.ibatis.annotations.AutomapConstructor;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.binding.MapperMethod.ParamMap;
@@ -767,7 +768,8 @@ public class FlexDefaultResultSetHandler extends DefaultResultSetHandler {
List