|
@ -15,7 +15,7 @@ |
|
|
<result column="id_card" jdbcType="VARCHAR" property="idCard" /> |
|
|
<result column="id_card" jdbcType="VARCHAR" property="idCard" /> |
|
|
<result column="source" jdbcType="TINYINT" property="source" /> |
|
|
<result column="source" jdbcType="TINYINT" property="source" /> |
|
|
<result column="current_illness_history" jdbcType="VARCHAR" property="currentIllnessHistory" /> |
|
|
<result column="current_illness_history" jdbcType="VARCHAR" property="currentIllnessHistory" /> |
|
|
<result column="height" jdbcType="INTEGER" property="height" /> |
|
|
<result column="height" jdbcType="VARCHAR" property="height" /> |
|
|
<result column="weight" jdbcType="VARCHAR" property="weight" /> |
|
|
<result column="weight" jdbcType="VARCHAR" property="weight" /> |
|
|
<result column="del_flag" jdbcType="TINYINT" property="delFlag" /> |
|
|
<result column="del_flag" jdbcType="TINYINT" property="delFlag" /> |
|
|
<result column="tenant_id" jdbcType="BIGINT" property="tenantId" /> |
|
|
<result column="tenant_id" jdbcType="BIGINT" property="tenantId" /> |
|
@ -126,7 +126,7 @@ |
|
|
#{pinyinSimple,jdbcType=VARCHAR}, #{gender,jdbcType=TINYINT}, #{birthDate,jdbcType=DATE}, |
|
|
#{pinyinSimple,jdbcType=VARCHAR}, #{gender,jdbcType=TINYINT}, #{birthDate,jdbcType=DATE}, |
|
|
#{ethnicity,jdbcType=VARCHAR}, #{educationYears,jdbcType=INTEGER}, #{phone,jdbcType=VARCHAR}, |
|
|
#{ethnicity,jdbcType=VARCHAR}, #{educationYears,jdbcType=INTEGER}, #{phone,jdbcType=VARCHAR}, |
|
|
#{idCardType,jdbcType=TINYINT}, #{idCard,jdbcType=VARCHAR}, #{source,jdbcType=TINYINT}, |
|
|
#{idCardType,jdbcType=TINYINT}, #{idCard,jdbcType=VARCHAR}, #{source,jdbcType=TINYINT}, |
|
|
#{currentIllnessHistory,jdbcType=VARCHAR}, #{height,jdbcType=INTEGER}, #{weight,jdbcType=VARCHAR}, |
|
|
#{currentIllnessHistory,jdbcType=VARCHAR}, #{height,jdbcType=VARCHAR}, #{weight,jdbcType=VARCHAR}, |
|
|
#{delFlag,jdbcType=TINYINT}, #{tenantId,jdbcType=BIGINT}, #{createBy,jdbcType=VARCHAR}, |
|
|
#{delFlag,jdbcType=TINYINT}, #{tenantId,jdbcType=BIGINT}, #{createBy,jdbcType=VARCHAR}, |
|
|
#{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, |
|
|
#{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, |
|
|
#{remark,jdbcType=VARCHAR}, #{currentIllnessHistoryQt,jdbcType=VARCHAR}) |
|
|
#{remark,jdbcType=VARCHAR}, #{currentIllnessHistoryQt,jdbcType=VARCHAR}) |
|
@ -245,7 +245,7 @@ |
|
|
#{currentIllnessHistory,jdbcType=VARCHAR}, |
|
|
#{currentIllnessHistory,jdbcType=VARCHAR}, |
|
|
</if> |
|
|
</if> |
|
|
<if test="height != null"> |
|
|
<if test="height != null"> |
|
|
#{height,jdbcType=INTEGER}, |
|
|
#{height,jdbcType=VARCHAR}, |
|
|
</if> |
|
|
</if> |
|
|
<if test="weight != null"> |
|
|
<if test="weight != null"> |
|
|
#{weight,jdbcType=VARCHAR}, |
|
|
#{weight,jdbcType=VARCHAR}, |
|
@ -325,7 +325,7 @@ |
|
|
current_illness_history = #{record.currentIllnessHistory,jdbcType=VARCHAR}, |
|
|
current_illness_history = #{record.currentIllnessHistory,jdbcType=VARCHAR}, |
|
|
</if> |
|
|
</if> |
|
|
<if test="record.height != null"> |
|
|
<if test="record.height != null"> |
|
|
height = #{record.height,jdbcType=INTEGER}, |
|
|
height = #{record.height,jdbcType=VARCHAR}, |
|
|
</if> |
|
|
</if> |
|
|
<if test="record.weight != null"> |
|
|
<if test="record.weight != null"> |
|
|
weight = #{record.weight,jdbcType=VARCHAR}, |
|
|
weight = #{record.weight,jdbcType=VARCHAR}, |
|
@ -374,7 +374,7 @@ |
|
|
id_card = #{record.idCard,jdbcType=VARCHAR}, |
|
|
id_card = #{record.idCard,jdbcType=VARCHAR}, |
|
|
source = #{record.source,jdbcType=TINYINT}, |
|
|
source = #{record.source,jdbcType=TINYINT}, |
|
|
current_illness_history = #{record.currentIllnessHistory,jdbcType=VARCHAR}, |
|
|
current_illness_history = #{record.currentIllnessHistory,jdbcType=VARCHAR}, |
|
|
height = #{record.height,jdbcType=INTEGER}, |
|
|
height = #{record.height,jdbcType=VARCHAR}, |
|
|
weight = #{record.weight,jdbcType=VARCHAR}, |
|
|
weight = #{record.weight,jdbcType=VARCHAR}, |
|
|
del_flag = #{record.delFlag,jdbcType=TINYINT}, |
|
|
del_flag = #{record.delFlag,jdbcType=TINYINT}, |
|
|
tenant_id = #{record.tenantId,jdbcType=BIGINT}, |
|
|
tenant_id = #{record.tenantId,jdbcType=BIGINT}, |
|
@ -428,7 +428,7 @@ |
|
|
current_illness_history = #{currentIllnessHistory,jdbcType=VARCHAR}, |
|
|
current_illness_history = #{currentIllnessHistory,jdbcType=VARCHAR}, |
|
|
</if> |
|
|
</if> |
|
|
<if test="height != null"> |
|
|
<if test="height != null"> |
|
|
height = #{height,jdbcType=INTEGER}, |
|
|
height = #{height,jdbcType=VARCHAR}, |
|
|
</if> |
|
|
</if> |
|
|
<if test="weight != null"> |
|
|
<if test="weight != null"> |
|
|
weight = #{weight,jdbcType=VARCHAR}, |
|
|
weight = #{weight,jdbcType=VARCHAR}, |
|
@ -474,7 +474,7 @@ |
|
|
id_card = #{idCard,jdbcType=VARCHAR}, |
|
|
id_card = #{idCard,jdbcType=VARCHAR}, |
|
|
source = #{source,jdbcType=TINYINT}, |
|
|
source = #{source,jdbcType=TINYINT}, |
|
|
current_illness_history = #{currentIllnessHistory,jdbcType=VARCHAR}, |
|
|
current_illness_history = #{currentIllnessHistory,jdbcType=VARCHAR}, |
|
|
height = #{height,jdbcType=INTEGER}, |
|
|
height = #{height,jdbcType=VARCHAR}, |
|
|
weight = #{weight,jdbcType=VARCHAR}, |
|
|
weight = #{weight,jdbcType=VARCHAR}, |
|
|
del_flag = #{delFlag,jdbcType=TINYINT}, |
|
|
del_flag = #{delFlag,jdbcType=TINYINT}, |
|
|
tenant_id = #{tenantId,jdbcType=BIGINT}, |
|
|
tenant_id = #{tenantId,jdbcType=BIGINT}, |
|
|