Sfoglia il codice sorgente

话费-分账规则-修改-取消必须结算完成才能分账,修改为订单状态充值成功即可进行分账

sunxbiao 1 anno fa
parent
commit
06ca43abc7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/command/HuafeiOrderIndependentAccount.php

+ 1 - 1
app/command/HuafeiOrderIndependentAccount.php

@@ -53,7 +53,7 @@ class HuafeiOrderIndependentAccount extends Command
53 53
         // 订单状态(0:待发货;1:待收货;2:待评价;3:已完成;4已申请退款;-1:已退款)5未支付 6已取消'
54 54
         $status = [2];
55 55
         // 普通订单
56
-        $cursor = Db::table('rrx_order_huafei')->where('is_independentaccount', 0)->where('gzc',1)->whereIn('status', $status)->select();
56
+        $cursor = Db::table('rrx_order_huafei')->where('is_independentaccount', 0)->whereIn('status', $status)->select();
57 57
 
58 58
 
59 59
         /** @var StoreOrderRepository $storeOrderRepository */