| Aggregate (cost=1.60..1.61 rows=1 width=8) |
| -> Sort (cost=1.51..1.53 rows=6 width=362) |
| Sort Key: tbl_erp_verify_processes.is_delete, tbl_erp_verify_processes.parent_title, tbl_erp_verify_processes.id |
| -> Seq Scan on tbl_erp_verify_processes (cost=0.00..1.44 rows=6 width=362) |
| Filter: (((title)::text ~~* '%采购%'::text) OR ((parent_title)::text ~~* '%采购%'::text)) |