|
|
$info = OrderModel::with(['commission','user'])
|
|
$info = OrderModel::with(['commission','user'])
|
|
|
->where(['id' => $orderId, 'mark' => 1])
|
|
->where(['id' => $orderId, 'mark' => 1])
|
|
|
->select(['id', 'order_no', 'type', 'user_id', 'total', 'pay_total', 'bd_score', 'pay_status', 'status', 'refund_status'])
|
|
->select(['id', 'order_no', 'type', 'user_id', 'total', 'pay_total', 'bd_score', 'pay_status', 'status', 'refund_status'])
|