1.添加对es精准查询,去除去条件操作

2.添加搜索时对条件就行拆分操作
This commit is contained in:
sh
2026-07-17 17:07:58 +08:00
parent 06b38dddbf
commit 0cd29d6e5f
11 changed files with 737 additions and 89 deletions

View File

@@ -54,4 +54,9 @@ public class CacheConstants
* 刷新token
*/
public static final String LOGIN_SITE_REFRESH_KEY = "login_site_user:refresh_token:";
/**
* 国标岗位名称
*/
public static final String JOB_LABEL_REDIS_KEY = "dict:job_title:label_list";
}