修改意向签约。
This commit is contained in:
parent
71a9764480
commit
4b580c2e47
@ -113,6 +113,7 @@
|
||||
<if test="departmentName != null">department_name,</if>
|
||||
<if test="wardId != null">ward_id,</if>
|
||||
<if test="wardName != null">ward_name,</if>
|
||||
<if test="patientVisitRecordId != null">patient_visit_record_id,</if>
|
||||
<if test="visitSerialNumber != null">visit_serial_number,</if>
|
||||
<if test="visitMethod != null">visit_method,</if>
|
||||
<if test="inHospitalNumber != null">in_hospital_number,</if>
|
||||
@ -151,6 +152,7 @@
|
||||
<if test="departmentName != null">#{departmentName,jdbcType=VARCHAR},</if>
|
||||
<if test="wardId != null">#{wardId,jdbcType=BIGINT},</if>
|
||||
<if test="wardName != null">#{wardName,jdbcType=VARCHAR},</if>
|
||||
<if test="patientVisitRecordId != null">#{patientVisitRecordId,jdbcType=BIGINT},</if>
|
||||
<if test="visitSerialNumber != null">#{visitSerialNumber,jdbcType=VARCHAR},</if>
|
||||
<if test="visitMethod != null">#{visitMethod,jdbcType=VARCHAR},</if>
|
||||
<if test="inHospitalNumber != null">#{inHospitalNumber,jdbcType=VARCHAR},</if>
|
||||
@ -221,6 +223,9 @@
|
||||
<if test="wardName != null">
|
||||
ward_name = #{wardName,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="patientVisitRecordId != null">
|
||||
patient_visit_record_id = #{patientVisitRecordId,jdbcType=BIGINT},
|
||||
</if>
|
||||
<if test="visitSerialNumber != null">
|
||||
visit_serial_number = #{visitSerialNumber,jdbcType=VARCHAR},
|
||||
</if>
|
||||
@ -302,6 +307,7 @@
|
||||
department_name = #{departmentName,jdbcType=VARCHAR},
|
||||
ward_id = #{wardId,jdbcType=BIGINT},
|
||||
ward_name = #{wardName,jdbcType=VARCHAR},
|
||||
patient_visit_record_id = #{patientVisitRecordId,jdbcType=BIGINT},
|
||||
visit_serial_number = #{visitSerialNumber,jdbcType=VARCHAR},
|
||||
visit_method = #{visitMethod,jdbcType=VARCHAR},
|
||||
in_hospital_number = #{inHospitalNumber,jdbcType=VARCHAR},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user