增加修改患者个人信息接口
parent
acd2f1bac6
commit
b60075def6
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue