insertField = ["order_id","product_id","quantity","price","subtotal","snapshot"]; $this->updateField = ["id","order_id","product_id","quantity","price","subtotal","snapshot"]; $this->service = OrderDetailService::getInstance(); } }