新需求开发

This commit is contained in:
wanghao
2025-09-19 16:26:25 +08:00
parent 853eefb48c
commit e9fada7bbd
14 changed files with 308 additions and 109 deletions
@@ -99,11 +99,11 @@
height,
weight,
md_marriage_status,
care_liaison_name,
care_liaison_job,
care_liaison_phone,
lifeguard_name,
lifeguard_phone
a.care_liaison_name,
a.care_liaison_job,
a.care_liaison_phone,
a.lifeguard_name,
a.lifeguard_phone
from health_user_employee_ex a
left join sys_user b on a.id = b.id
</sql>
@@ -182,6 +182,11 @@
<result column="health_type" jdbcType="VARCHAR" property="healthType"/>
<result column="height" jdbcType="VARCHAR" property="height"/>
<result column="weight" jdbcType="VARCHAR" property="weight"/>
<result column="care_liaison_name" jdbcType="VARCHAR" property="careLiaisonName"/>
<result column="care_liaison_job" jdbcType="VARCHAR" property="careLiaisonJob"/>
<result column="care_liaison_phone" jdbcType="VARCHAR" property="careLiaisonPhone"/>
<result column="lifeguard_name" jdbcType="VARCHAR" property="lifeguardName"/>
<result column="lifeguard_phone" jdbcType="VARCHAR" property="lifeguardPhone"/>
<result column="md_marriage_status" jdbcType="VARCHAR" property="mdMarriageStatus"/>
</association>
</resultMap>