|
|
|
@ -125,7 +125,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="speciality != null">speciality = #{speciality},</if>
|
|
|
|
|
<if test="introduction != null">introduction = #{introduction},</if>
|
|
|
|
|
<if test="medicalLicense != null">medical_license = #{medicalLicense},</if>
|
|
|
|
|
<if test="medicalLicense2 != null">medical_license = #{medicalLicense2},</if>
|
|
|
|
|
<if test="medicalLicense2 != null">medical_license2 = #{medicalLicense2},</if>
|
|
|
|
|
<if test="qrCode != null">qr_code = #{qrCode},</if>
|
|
|
|
|
<if test="hospitalId != null">hospital_id = #{hospitalId},</if>
|
|
|
|
|
<if test="delFlag != null">del_flag = #{delFlag},</if>
|
|
|
|
|