checkRefundOrder(); Db::transaction(function (){ $this->manageRefundOrder(); $this->manageOrderByRefund(); $this->manageSubCateringLog(); if ($this->orderInfo->coupin_id > 0) $this->rollbackCoupon(OrderCode::ORDER_TYPE_GOOD,$this->orderInfo); }); // $this->sendStockMq($this->orderInfo->id,$this->orderInfo->status); } }