增加修改患者个人信息接口

master
冯凯 2023-10-29 13:49:42 +08:00
parent acd2f1bac6
commit b60075def6
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectUserByUserId" resultMap="SysUserResult">
<include refid="selectUserVo"/> where user_id=#{userId1}
<include refid="selectUserVo"/> where u.user_id=#{userId1}
</select>
<select id="selectPatient" resultType="com.health.system.common.domain.Patient">
select * from tb_patient where patient_id=#{userId}