Browse Source

checkredis

undefined
娄梦宁 4 years ago
parent
commit
b7e5acb962
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      addons/unishop/controller/Order.php

+ 1
- 1
addons/unishop/controller/Order.php View File

@@ -223,7 +223,7 @@ class Order extends Base
$this->error('此订单已支付,无法取消');
}
$redis = new Redis();
$flash = $this->model->alias("o")->
$flash = (new \addons\unishop\model\Order)->alias("o")->
join("unishop_order_product","unishop_order_product.order_id =o.id")
->where(["o.id"=>(int)$order_id])
->field("flash_id,product_id")->find();


Loading…
Cancel
Save