diff --git a/src/main/resources/globalConfig/Default/mybatisSupport.vm b/src/main/resources/globalConfig/Default/mybatisSupport.vm index cd741b7..51ab171 100644 --- a/src/main/resources/globalConfig/Default/mybatisSupport.vm +++ b/src/main/resources/globalConfig/Default/mybatisSupport.vm @@ -20,10 +20,10 @@ #set($jdbcType="TIMESTAMP") #else ##其他类型 - #set($jdbcType="OTHER") + #set($jdbcType="VARCHAR") #end $tool.call($column.ext.put("jdbcType", $jdbcType)) #end ##定义宏,查询所有列 -#macro(allSqlColumn)#foreach($column in $tableInfo.fullColumn)$column.obj.name#if($velocityHasNext), #end#end#end \ No newline at end of file +#macro(allSqlColumn)#foreach($column in $tableInfo.fullColumn)$column.obj.name#if($velocityHasNext), #end#end#end