Skip to content

Commit

Permalink
Update filter.php
Browse files Browse the repository at this point in the history
注释掉demo
  • Loading branch information
huangbule2024 authored Mar 15, 2024
1 parent 02c251d commit 00024f7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
'default' => '$like',

'rule' => [
'uuid' => 'uuid|$eq',
'created_at' => 'HalfOpenDate|$halfOpen',
'department_name' => '$like',
'#department_name' => '#department|$like'
//demo
//'uuid' => 'uuid|$eq',
//'created_at' => 'HalfOpenDate|$halfOpen',
//'department_name' => '$like',
//'#department_name' => '#department|$like'
]
];

0 comments on commit 00024f7

Please sign in to comment.