| | |
| | | <result property="legacyDispatchNsTime" column="legacy_dispatch_ns_time" /> |
| | | <result property="legacyDispatchOrdClass" column="legacy_dispatch_ord_class" /> |
| | | <result property="legacyServiceOrdClass" column="legacy_service_ord_class" /> |
| | | <result property="serviceOrdVip" column="service_ord_vip" /> |
| | | <result property="fromHq2Is" column="from_hq2_is" /> |
| | | <result property="createTime" column="create_time" /> |
| | | <result property="updateTime" column="update_time" /> |
| | | <result property="createBy" column="create_by" /> |
| | |
| | | hospital_in_department_id, hospital_in_bed_number, hospital_in_address, hospital_in_longitude, |
| | | hospital_in_latitude, transfer_distance, transfer_price, passenger_contact, |
| | | passenger_phone, disease_ids, document_type_id, task_type_id, legacy_service_ord_id, legacy_dispatch_ord_id, |
| | | sync_status, sync_time, sync_error_msg, dispatch_sync_status, dispatch_sync_time, dispatch_sync_error_msg, need_resync, legacy_service_ord_no, legacy_dispatch_ord_no, legacy_service_ns_time, legacy_dispatch_ns_time, legacy_dispatch_ord_class, legacy_service_ord_class, |
| | | sync_status, sync_time, sync_error_msg, dispatch_sync_status, dispatch_sync_time, dispatch_sync_error_msg, need_resync, legacy_service_ord_no, legacy_dispatch_ord_no, legacy_service_ns_time, legacy_dispatch_ns_time, legacy_dispatch_ord_class, legacy_service_ord_class, service_ord_vip, from_hq2_is, |
| | | create_time, update_time, create_by, update_by |
| | | from sys_task_emergency |
| | | </sql> |
| | |
| | | <if test="legacyDispatchNsTime != null">legacy_dispatch_ns_time,</if> |
| | | <if test="legacyDispatchOrdClass != null">legacy_dispatch_ord_class,</if> |
| | | <if test="legacyServiceOrdClass != null">legacy_service_ord_class,</if> |
| | | <if test="serviceOrdVip != null">service_ord_vip,</if> |
| | | <if test="fromHq2Is != null">from_hq2_is,</if> |
| | | <if test="createTime != null">create_time,</if> |
| | | <if test="updateTime != null">update_time,</if> |
| | | <if test="createBy != null">create_by,</if> |
| | |
| | | <if test="legacyDispatchNsTime != null">#{legacyDispatchNsTime},</if> |
| | | <if test="legacyDispatchOrdClass != null">#{legacyDispatchOrdClass},</if> |
| | | <if test="legacyServiceOrdClass != null">#{legacyServiceOrdClass},</if> |
| | | <if test="serviceOrdVip != null">#{serviceOrdVip},</if> |
| | | <if test="fromHq2Is != null">#{fromHq2Is},</if> |
| | | <if test="createTime != null">#{createTime},</if> |
| | | <if test="updateTime != null">#{updateTime},</if> |
| | | <if test="createBy != null">#{createBy},</if> |
| | |
| | | <if test="legacyDispatchNsTime != null">legacy_dispatch_ns_time = #{legacyDispatchNsTime},</if> |
| | | <if test="legacyDispatchOrdClass != null">legacy_dispatch_ord_class = #{legacyDispatchOrdClass},</if> |
| | | <if test="legacyServiceOrdClass != null">legacy_service_ord_class = #{legacyServiceOrdClass},</if> |
| | | <if test="serviceOrdVip != null">service_ord_vip = #{serviceOrdVip},</if> |
| | | <if test="fromHq2Is != null">from_hq2_is = #{fromHq2Is},</if> |
| | | <if test="updateTime != null">update_time = #{updateTime},</if> |
| | | <if test="updateBy != null">update_by = #{updateBy},</if> |
| | | </trim> |