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