1.修改查询招聘会日期报错问题
2.修改查询es不出来的问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user