a.handover_task_order_id, a.organization_id, a.organization_name, a.top_organization_id, a.serial_number, a.task_number, a.status, a.platform_id, a.platform_code, a.platform_name, a.platform_use_time_id, a.platform_use_start_time, a.platform_use_end_time, a.platform_use_status, a.order_type_code, a.order_type_name, a.expect_time, a.warehouse_id, a.warehouse_code, a.warehouse_name, a.shipper_id, a.shipper_name, a.order_number, a.picking_order_number, a.remark, a.task_distribution, a.task_distribution_time, a.create_time, a.create_by, a.create_by_name, a.update_time, a.update_by, a.update_by_name, a.del_flag, a.picture_app,a.billing_json and a.organization_id = #{organizationId} and a.handover_task_order_id = #{handoverTaskOrderId} and a.organization_name like concat('%', #{organizationName}, '%') and a.top_organization_id = #{topOrganizationId} and a.serial_number = #{serialNumber} and a.task_number = #{taskNumber} and a.status = #{status} and a.platform_id = #{platformId} and a.platform_code = #{platformCode} and a.platform_name like concat('%', #{platformName}, '%') and a.platform_use_time_id = #{platformUseTimeId} and a.platform_use_start_time = #{platformUseStartTime} and a.platform_use_end_time = #{platformUseEndTime} and a.platform_use_status = #{platformUseStatus} and a.order_type_code = #{orderTypeCode} and a.order_type_name like concat('%', #{orderTypeName}, '%') and a.expect_time = #{expectTime} and a.warehouse_id = #{warehouseId} and a.warehouse_code = #{warehouseCode} and a.warehouse_name like concat('%', #{warehouseName}, '%') and a.shipper_id = #{shipperId} and a.shipper_name like concat('%', #{shipperName}, '%') and a.order_number = #{orderNumber} and a.picking_order_number = #{pickingOrderNumber} and a.operators_by = #{operatorsBy} and a.create_by_name like concat('%', #{createByName}, '%') and a.update_by_name like concat('%', #{updateByName}, '%') and a.del_flag = #{delFlag} and a.del_flag = 1 update "NGWL_TEST_OMS".RESERVATION_STOCK_OUT_ORDER set ISSUE_STATUS = #{status},OUTBOUND_TIME = CURRENT_TIMESTAMP where OUT_ORDER_NUMBER = #{orderNumber}