Browse Source

车牌搜索优化4

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

1
app/Services/AdminNoticeService.php

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

Loading…
Cancel
Save