|
|
@@ -60,9 +60,9 @@ class PurchaseOrderController extends BaseController
|
|
|
public function actionList()
|
|
|
{
|
|
|
$get = Yii::$app->request->get();
|
|
|
- $orderStatus = $get['orderStatus']??'';
|
|
|
+ $orderStatus = $get['status']??'';
|
|
|
if($orderStatus){
|
|
|
- $where['orderStatus'] = $orderStatus;
|
|
|
+ $where['status'] = $orderStatus;
|
|
|
}
|
|
|
$where['merchantId'] = $this->sjId;
|
|
|
$where['shopId'] = $this->shopId;
|