|
@@ -44,7 +44,7 @@
|
|
|
<sql id="selectFsCompanyCustomerVo">
|
|
<sql id="selectFsCompanyCustomerVo">
|
|
|
select id, customer_name, sex, age, address, phone, filing_time,
|
|
select id, customer_name, sex, age, address, phone, filing_time,
|
|
|
company_user_id, company_user_name, appointment_time, doctor_id, doctor_name,
|
|
company_user_id, company_user_name, appointment_time, doctor_id, doctor_name,
|
|
|
- present_illness, current_medication, allergy_history,
|
|
|
|
|
|
|
+ present_illness, current_medication, allergy_history,patient_main_complaint,
|
|
|
create_by, create_time, update_by, update_time, remark, del_flag, import_member_id,
|
|
create_by, create_time, update_by, update_time, remark, del_flag, import_member_id,
|
|
|
buy_count, claim_status,
|
|
buy_count, claim_status,
|
|
|
complete_status, dept_id, dept_name,
|
|
complete_status, dept_id, dept_name,
|
|
@@ -223,6 +223,7 @@
|
|
|
<if test="presentIllness != null">present_illness,</if>
|
|
<if test="presentIllness != null">present_illness,</if>
|
|
|
<if test="currentMedication != null">current_medication,</if>
|
|
<if test="currentMedication != null">current_medication,</if>
|
|
|
<if test="allergyHistory != null">allergy_history,</if>
|
|
<if test="allergyHistory != null">allergy_history,</if>
|
|
|
|
|
+ <if test="patientMainComplaint != null">patient_main_complaint,</if>
|
|
|
<if test="createBy != null">create_by,</if>
|
|
<if test="createBy != null">create_by,</if>
|
|
|
<if test="remark != null">remark,</if>
|
|
<if test="remark != null">remark,</if>
|
|
|
<if test="importMemberId != null">import_member_id,</if>
|
|
<if test="importMemberId != null">import_member_id,</if>
|
|
@@ -256,6 +257,7 @@
|
|
|
<if test="presentIllness != null">#{presentIllness},</if>
|
|
<if test="presentIllness != null">#{presentIllness},</if>
|
|
|
<if test="currentMedication != null">#{currentMedication},</if>
|
|
<if test="currentMedication != null">#{currentMedication},</if>
|
|
|
<if test="allergyHistory != null">#{allergyHistory},</if>
|
|
<if test="allergyHistory != null">#{allergyHistory},</if>
|
|
|
|
|
+ <if test="patientMainComplaint != null">#{patientMainComplaint},</if>
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
<if test="createBy != null">#{createBy},</if>
|
|
|
<if test="remark != null">#{remark},</if>
|
|
<if test="remark != null">#{remark},</if>
|
|
|
<if test="importMemberId != null">#{importMemberId},</if>
|
|
<if test="importMemberId != null">#{importMemberId},</if>
|
|
@@ -310,6 +312,7 @@
|
|
|
<if test="presentIllness != null">present_illness = #{presentIllness},</if>
|
|
<if test="presentIllness != null">present_illness = #{presentIllness},</if>
|
|
|
<if test="currentMedication != null">current_medication = #{currentMedication},</if>
|
|
<if test="currentMedication != null">current_medication = #{currentMedication},</if>
|
|
|
<if test="allergyHistory != null">allergy_history = #{allergyHistory},</if>
|
|
<if test="allergyHistory != null">allergy_history = #{allergyHistory},</if>
|
|
|
|
|
+ <if test="patientMainComplaint != null">patient_main_complaint = #{patientMainComplaint},</if>
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
<if test="importMemberId != null">import_member_id = #{importMemberId},</if>
|
|
<if test="importMemberId != null">import_member_id = #{importMemberId},</if>
|
|
|
<if test="buyCount != null">buy_count = #{buyCount},</if>
|
|
<if test="buyCount != null">buy_count = #{buyCount},</if>
|