1.修改查询招聘会日期报错问题

2.修改查询es不出来的问题
This commit is contained in:
chenshaohua
2026-06-18 13:12:56 +08:00
parent aa9a817308
commit 3502be6478
2 changed files with 28 additions and 9 deletions

View File

@@ -257,7 +257,7 @@
generate_series(
DATE_TRUNC('day', f.job_fair_start_time),
DATE_TRUNC('day', f.job_fair_end_time),
'1 day'::interval
make_interval(days => 1)
) AS d(date)
WHERE f.del_flag = '0'
ORDER BY date