|
@@ -20,8 +20,8 @@
|
|
|
<![CDATA[
|
|
|
INSERT
|
|
|
INTO patient_care
|
|
|
- ( patient_name, gender, ward_number, room_number, final_clinic_date, hospitalization_date, state, center_code, jumin, patient_phone, guardian_phone, symptom_start_date, confirmation_date, disisolation_date, basal_disease_yn, disease_name, pregnancy_status, pregnancy_week, id, pw, create_date, update_date, create_by, update_by)
|
|
|
- VALUES ( #{patientName}, 'M', #{wardNumber}, #{roomNumber}, NOW(), NOW(), 'Y', '0000', #{jumin}, '01023232323', '', NOW(), NOW(), NOW(), 'N', '', 'N','', '1504102', #{pw}, NOW(), NOW(), '', '');
|
|
|
+ ( patient_name, gender, ward_number, room_number, final_clinic_date, hospitalization_date, state, center_code, jumin, patient_phone, guardian_phone, symptom_start_date, confirmation_date, disisolation_date, basal_disease_yn, drug_yn,drug_content, pregnancy_status, pregnancy_week, id, pw, create_date, update_date, create_by, update_by)
|
|
|
+ VALUES ( #{patientName}, 'M', #{wardNumber}, #{roomNumber}, NOW(), NOW(), 'Y', '0000', #{jumin}, #{patientPhone}, #{guardianPhone}, NOW(), NOW(), NOW(), 'N', 'N','', 'N','', '1504102', #{pw}, NOW(), NOW(), '', '');
|
|
|
]]>
|
|
|
</insert>
|
|
|
</mapper>
|