mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-05 03:58:39 +00:00
个别管理页面[筛选|消息]优化
This commit is contained in:
@@ -27,7 +27,7 @@ class SubscribeController extends Controller
|
||||
});
|
||||
});
|
||||
|
||||
foreach (['user_id', 'status'] as $field) {
|
||||
foreach (['user_id', 'status', 'code'] as $field) {
|
||||
$request->whenFilled($field, function ($value) use ($query, $field) {
|
||||
$query->where($field, $value);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user