|
@@ -53,7 +53,7 @@ class HuafeiOrderIndependentAccount extends Command
|
|
53
|
// 订单状态(0:待发货;1:待收货;2:待评价;3:已完成;4已申请退款;-1:已退款)5未支付 6已取消'
|
53
|
// 订单状态(0:待发货;1:待收货;2:待评价;3:已完成;4已申请退款;-1:已退款)5未支付 6已取消'
|
|
54
|
$status = [2];
|
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
|
/** @var StoreOrderRepository $storeOrderRepository */
|
59
|
/** @var StoreOrderRepository $storeOrderRepository */
|