Browse Source

车牌搜索优化4

master
wanghongjun 1 week ago
parent
commit
6ddc420265
  1. 1
      app/Services/AdminNoticeService.php

1
app/Services/AdminNoticeService.php

@ -197,7 +197,6 @@ class AdminNoticeService extends BaseService
try { try {
DB::beginTransaction(); DB::beginTransaction();
$where = [ $where = [
'user_id' => $user_id,
'is_read' => 0 'is_read' => 0
]; ];
$ids = AdminNotice::query()->where($where)->pluck('id'); $ids = AdminNotice::query()->where($where)->pluck('id');

Loading…
Cancel
Save