增加 注册患者接口1.0

master
冯凯 2023-10-26 13:13:19 +08:00
parent 08900227fe
commit 984d1d0dd1
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<insert id="insertPatient">
insert into tb_patient
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="user_id!=null">patient_id,</if>
<if test="userId!=null">patient_id,</if>
<if test="invite_code!=null and invite_code!=''">invite_code,</if>
</trim>
values