修改意向签约。
This commit is contained in:
parent
71a9764480
commit
4b580c2e47
@ -102,8 +102,8 @@
|
||||
<if test="patientName != null">patient_name,</if>
|
||||
<if test="patientPhone != null">patient_phone,</if>
|
||||
<if test="cardNo != null">card_no,</if>
|
||||
<if test="sex != null">sex,</if>
|
||||
<if test="birthDate != null">birth_date,</if>
|
||||
<if test="sex != null">sex,</if>
|
||||
<if test="birthDate != null">birth_date,</if>
|
||||
<if test="signTime != null">sign_time,</if>
|
||||
<if test="hospitalAgencyId != null">hospital_agency_id,</if>
|
||||
<if test="hospitalAgencyName != null">hospital_agency_name,</if>
|
||||
@ -113,9 +113,10 @@
|
||||
<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>
|
||||
<if test="inHospitalNumber != null">in_hospital_number,</if>
|
||||
<if test="signDiagnosis != null">sign_diagnosis,</if>
|
||||
<if test="reviewDiagnosis != null">review_diagnosis,</if>
|
||||
<if test="serviceStatus != null">service_status,</if>
|
||||
@ -126,8 +127,8 @@
|
||||
<if test="billingDoctorName != null">billing_doctor_name,</if>
|
||||
<if test="price != null">price,</if>
|
||||
<if test="paymentStatus != null">payment_status,</if>
|
||||
<if test="healthManageId != null">health_manage_id,</if>
|
||||
<if test="healthManageName != null">health_manage_name,</if>
|
||||
<if test="healthManageId != null">health_manage_id,</if>
|
||||
<if test="healthManageName != null">health_manage_name,</if>
|
||||
<if test="delFlag != null">del_flag,</if>
|
||||
<if test="createBy != null">create_by,</if>
|
||||
<if test="createTime != null">create_time,</if>
|
||||
@ -140,8 +141,8 @@
|
||||
<if test="patientName != null">#{patientName,jdbcType=VARCHAR},</if>
|
||||
<if test="patientPhone != null">#{patientPhone,jdbcType=VARCHAR},</if>
|
||||
<if test="cardNo != null">#{cardNo,jdbcType=VARCHAR},</if>
|
||||
<if test="sex != null">#{sex,jdbcType=VARCHAR},</if>
|
||||
<if test="birthDate != null">#{birthDate,jdbcType=DATE},</if>
|
||||
<if test="sex != null">#{sex,jdbcType=VARCHAR},</if>
|
||||
<if test="birthDate != null">#{birthDate,jdbcType=DATE},</if>
|
||||
<if test="signTime != null">#{signTime,jdbcType=TIMESTAMP},</if>
|
||||
<if test="hospitalAgencyId != null">#{hospitalAgencyId,jdbcType=BIGINT},</if>
|
||||
<if test="hospitalAgencyName != null">#{hospitalAgencyName,jdbcType=VARCHAR},</if>
|
||||
@ -151,9 +152,10 @@
|
||||
<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>
|
||||
<if test="inHospitalNumber != null">#{inHospitalNumber,jdbcType=VARCHAR},</if>
|
||||
<if test="signDiagnosis != null">#{signDiagnosis,jdbcType=VARCHAR},</if>
|
||||
<if test="reviewDiagnosis != null">#{reviewDiagnosis,jdbcType=VARCHAR},</if>
|
||||
<if test="serviceStatus != null">#{serviceStatus,jdbcType=VARCHAR},</if>
|
||||
@ -164,8 +166,8 @@
|
||||
<if test="billingDoctorName != null">#{billingDoctorName,jdbcType=VARCHAR},</if>
|
||||
<if test="price != null">#{price,jdbcType=DECIMAL},</if>
|
||||
<if test="paymentStatus != null">#{paymentStatus,jdbcType=VARCHAR},</if>
|
||||
<if test="healthManageId != null">#{healthManageId,jdbcType=BIGINT},</if>
|
||||
<if test="healthManageName != null">#{healthManageName,jdbcType=VARCHAR},</if>
|
||||
<if test="healthManageId != null">#{healthManageId,jdbcType=BIGINT},</if>
|
||||
<if test="healthManageName != null">#{healthManageName,jdbcType=VARCHAR},</if>
|
||||
<if test="delFlag != null">#{delFlag,jdbcType=TINYINT},</if>
|
||||
<if test="createBy != null">#{createBy,jdbcType=VARCHAR},</if>
|
||||
<if test="createTime != null">#{createTime,jdbcType=TIMESTAMP},</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