shish 6 лет назад
Родитель
Сommit
e87fb9cc2a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/business/controllers/ApplyController.php

+ 1 - 1
app/business/controllers/ApplyController.php

@@ -14,7 +14,7 @@ class ApplyController extends BaseController
 	{
 	{
 		$status = Yii::$app->request->get('status', 0);
 		$status = Yii::$app->request->get('status', 0);
 		$where = [];
 		$where = [];
-		$where['oldId'] = $this->merchantId;
+		$where['introMerchantId'] = $this->merchantId;
 		if ($status != -1) {
 		if ($status != -1) {
 			$where['status'] = $status;
 			$where['status'] = $status;
 		}
 		}