|
|
|
@ -114,6 +114,23 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
</trim> |
|
|
|
|
</insert> |
|
|
|
|
<insert id="synchronousData"> |
|
|
|
|
INSERT INTO appointment_center_data ( appointment_number, scenic_name, |
|
|
|
|
appointment_date, appointment_slot, |
|
|
|
|
appointment_people_name, appointment_people_phone, |
|
|
|
|
certificate_type, documents_number, |
|
|
|
|
verification_code, state, write_off_time, |
|
|
|
|
data_sources, |
|
|
|
|
organ_code,appointment_people_id,external_id,source_data_id,source_type) |
|
|
|
|
VALUES |
|
|
|
|
<foreach item="item" collection="list" separator=","> |
|
|
|
|
(#{item.appointmentNumber}, #{item.scenicName}, #{item.appointmentDate}, #{item.appointmentSlot}, |
|
|
|
|
#{item.appointmentPeopleName}, #{item.appointmentPeoplePhone}, #{item.certificateType}, #{item.documentsNumber}, #{item.verificationCode}, #{item.state}, #{item.writeOffTime}, #{item.dataSources}, |
|
|
|
|
#{item.organCode},#{item.appointmentPeopleId},#{item.externalId},#{item.sourceDataId},'1') |
|
|
|
|
</foreach> |
|
|
|
|
|
|
|
|
|
</insert> |
|
|
|
|
|
|
|
|
|
<insert id="synchronousDataLxj"> |
|
|
|
|
INSERT INTO appointment_center_data ( appointment_number, scenic_name, |
|
|
|
|
appointment_date, appointment_slot, |
|
|
|
|
appointment_people_name, appointment_people_phone, |
|
|
|
|