lizhen_gitee 1 year ago
parent
commit
41fa5513aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/company/Coupon.php

+ 1 - 1
application/api/controller/company/Coupon.php

@@ -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)){