|
|
$statusArr = [1 => '待支付', 2 => '待发货', 3 => '待收货', 4 => '已完成'];
|
|
$statusArr = [1 => '待支付', 2 => '待发货', 3 => '待收货', 4 => '已完成'];
|
|
|
$info = $this->model->from('orders as a')->with(['orderGoods','store'])
|
|
$info = $this->model->from('orders as a')->with(['orderGoods','store'])
|