|
|
@@ -49,7 +49,7 @@ class NotifyController extends BaseController
|
|
|
{
|
|
|
$get = Yii::$app->request->get();
|
|
|
$staffId = $this->shopAdminId;
|
|
|
- $where = ['mainId' => $this->mainId, 'staffId' => $staffId];
|
|
|
+ $where = ['staffId' => $staffId];
|
|
|
$read = $get['read'] ?? '';
|
|
|
if (is_numeric($read)) {
|
|
|
$where['read'] = $read;
|