update <@PREFIX>jshopping_orders set order_status = <@UPDTOCODE@> where order_id = <@ORDERS_ID@>
@@GO@@
INSERT INTO <@PREFIX>jshopping_order_history
 (order_history_id, order_id, order_status_id, status_date_added,customer_notify,comments) values  ('', <@ORDERS_ID@>, <@UPDTOCODE@>, NOW(),0,'Import to backoffice')
@@GO@@