|
@@ -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;
|
|
|
}
|
|
}
|