@@ -116,7 +116,7 @@ class Coupon extends Apic
'company_id' => $this->auth->company_id,
'id' => $id,
'ordertype' => 3,
- 'status' => 2, //2=已支付,待处理
+ 'status' => 1, //1=待核销
];
$check = Db::name('order')->field('id,server_info as name,pay_fee as price')->where($map)->find();
if(!empty($check)){