增加检索条件

This commit is contained in:
wanggeng888 2021-05-04 18:25:37 +08:00
parent a4c201590d
commit 157156a943

View File

@ -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}, '%')