mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-25 12:57:23 +08:00
修复字段错误
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
<mapper namespace="org.hsweb.web.dao.profile.UserProfileMapper">
|
||||
<resultMap id="UserProfileResultMap" type="org.hsweb.web.bean.po.profile.UserProfile">
|
||||
<id property="id" column="u_id" javaType="string" jdbcType="VARCHAR"/>
|
||||
<result property="remark" column="remark" javaType="String" jdbcType="VARCHAR"/>
|
||||
<result property="type" column="type" javaType="String" jdbcType="VARCHAR"/>
|
||||
<result property="userId" column="user_id" javaType="String" jdbcType="VARCHAR"/>
|
||||
<result property="content" column="content" javaType="String" jdbcType="VARCHAR"/>
|
||||
<result property="createDate" column="create_date" javaType="java.util.Date" jdbcType="TIMESTAMP"/>
|
||||
<result property="classifiedId" column="classified_id" javaType="String" jdbcType="VARCHAR"/>
|
||||
</resultMap>
|
||||
|
||||
<!--用于动态生成sql所需的配置-->
|
||||
|
||||
@@ -6,10 +6,9 @@
|
||||
<mapper namespace="org.hsweb.web.dao.profile.UserProfileMapper">
|
||||
<resultMap id="UserProfileResultMap" type="org.hsweb.web.bean.po.profile.UserProfile">
|
||||
<id property="id" column="u_id" javaType="string" jdbcType="VARCHAR"/>
|
||||
<result property="remark" column="remark" javaType="String" jdbcType="VARCHAR"/>
|
||||
<result property="type" column="type" javaType="String" jdbcType="VARCHAR"/>
|
||||
<result property="userId" column="user_id" javaType="String" jdbcType="VARCHAR"/>
|
||||
<result property="content" column="content" javaType="String" jdbcType="VARCHAR"/>
|
||||
<result property="createDate" column="create_date" javaType="java.util.Date" jdbcType="TIMESTAMP"/>
|
||||
<result property="classifiedId" column="classified_id" javaType="String" jdbcType="VARCHAR"/>
|
||||
</resultMap>
|
||||
|
||||
<!--用于动态生成sql所需的配置-->
|
||||
|
||||
Reference in New Issue
Block a user