|
|
$order = StoreOrder::where('transaction_id', 'not null')->where('refund_status', 0)->where('is_del', 0)->where('is_system_del', 0)->where('status', '>', 1)->select();
|
|
$order = StoreOrder::where('transaction_id', 'not null')->where('refund_status', 0)->where('is_del', 0)->where('is_system_del', 0)->where('status', '>', 1)->select();
|
|
|
$res = MiniProgramService::profit_sharing_finish($v['transaction_id'], $v['order_id']);
|
|
$res = MiniProgramService::profit_sharing_finish($v['transaction_id'], $v['order_id']);
|