查询接口优化

This commit is contained in:
2026-01-11 23:41:42 +08:00
parent 955cfe8f99
commit 5aac18bc52
5 changed files with 131 additions and 24 deletions

View File

@@ -51,6 +51,7 @@ public interface IESJobSearchService
EsPageInfo<ESJobDocument> commercialArea(ESJobSearch jobQuery);
EsPageInfo<ESJobDocument> appList(ESJobSearch jobQuery);
EsPageInfo<ESJobDocument> aiList(ESJobSearch jobQuery);
void checkEsAndFix();