| Sort (cost=215.70..215.71 rows=1 width=349) |
| Sort Key: project_title DESC |
| -> Seq Scan on tbl_projects (cost=0.00..215.69 rows=1 width=349) |
| Filter: ((created_at >= '2026-06-02 00:00:00+08'::timestamp with time zone) AND (created_at <= '2026-06-02 23:59:59+08'::timestamp with time zone) AND ((project_title)::text ~~* '%销售线索生成20260602%'::text) AND (length((project_title)::text) = 17)) |