增加检索条件
This commit is contained in:
parent
a4c201590d
commit
157156a943
@ -160,6 +160,8 @@
|
|||||||
AND (
|
AND (
|
||||||
t1.permission_title LIKE CONCAT('%', #{keywords}, '%')
|
t1.permission_title LIKE CONCAT('%', #{keywords}, '%')
|
||||||
OR
|
OR
|
||||||
|
t1.permission_url LIKE CONCAT('%', #{keywords}, '%')
|
||||||
|
OR
|
||||||
t1.api_tag LIKE CONCAT('%', #{keywords}, '%')
|
t1.api_tag LIKE CONCAT('%', #{keywords}, '%')
|
||||||
OR
|
OR
|
||||||
t1.system_tag LIKE CONCAT('%', #{keywords}, '%')
|
t1.system_tag LIKE CONCAT('%', #{keywords}, '%')
|
||||||
|
Loading…
Reference in New Issue
Block a user