|
|
|
@@ -11,6 +11,8 @@ |
|
|
|
<result column="nick_name" jdbcType="VARCHAR" property="nickName"/> |
|
|
|
<result column="birthday" jdbcType="TIMESTAMP" property="birthday"/> |
|
|
|
<result column="sex" jdbcType="INTEGER" property="sex"/> |
|
|
|
<result column="age" jdbcType="INTEGER" property="age"/> |
|
|
|
<result column="number" jdbcType="INTEGER" property="number"/> |
|
|
|
<result column="phone" jdbcType="VARCHAR" property="phone"/> |
|
|
|
<result column="address" jdbcType="VARCHAR" property="address"/> |
|
|
|
<result column="answer" jdbcType="VARCHAR" property="answer"/> |
|
|
|
@@ -24,7 +26,7 @@ |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`user_id`,`activity_id`,`name`,`nick_name`,`birthday`,`sex`,`phone`, |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`user_id`,`activity_id`,`name`,`nick_name`,`birthday`,`sex`,`age`,`number`,`phone`, |
|
|
|
`address`,`answer`,`sign_in`,`status`,`create_time`,`update_time`,`img_url`,`send_msg` |
|
|
|
</sql> |
|
|
|
|
|
|
|
|