QUERY PLAN
Append (cost=0.00..147.80 rows=2 width=120)
-> Seq Scan on tbl_clients (cost=0.00..116.59 rows=1 width=121)
Filter: ((NOT deleted) AND (((name)::text ~~* '%被禁%'::text) OR (pinyin_shortcut ~~* '%被禁%'::text)))
-> Seq Scan on tbl_suppliers (cost=0.00..31.18 rows=1 width=119)
Filter: (((name)::text ~~* '%被禁%'::text) OR (pinyin_shortcut ~~* '%被禁%'::text))