修改返回期望薪资
This commit is contained in:
@@ -103,12 +103,19 @@ public class StaticsqueryServiceImpl extends ServiceImpl<StaticsMapper, Statics>
|
||||
};
|
||||
|
||||
// 定义时间周期
|
||||
String[] timePeriods = {
|
||||
/*String[] timePeriods = {
|
||||
"2025-01", "2025-02", "2025-03", "2025-04", "2025-05",
|
||||
"2024-11", "2024-12",
|
||||
"2024-第一季度", "2024-第二季度", "2024-第三季度", "2024-第四季度",
|
||||
"2025-第一季度", "2025-第二季度",
|
||||
"2025", "2024", "2023"
|
||||
};*/
|
||||
|
||||
String[] timePeriods = {
|
||||
"2025-08", "2025-09", "2025-10", "2025-11", "2025-12", "2026-01","2026-02","2026-03","2026-04","2026-05","2026-06",
|
||||
"2025-06", "2025-07",
|
||||
"2025-第三季度", "2025-第四季度","2026-第一季度","2026-第二季度",
|
||||
"2026"
|
||||
};
|
||||
|
||||
// 所有支持的类型
|
||||
@@ -182,9 +189,14 @@ public class StaticsqueryServiceImpl extends ServiceImpl<StaticsMapper, Statics>
|
||||
};
|
||||
|
||||
// 定义时间周期
|
||||
String[] timePeriods = {
|
||||
/*String[] timePeriods = {
|
||||
"2025-01", "2025-02", "2025-03", "2025-04", "2025-05",
|
||||
"2024-11", "2024-12"
|
||||
};*/
|
||||
String[] timePeriods = {
|
||||
"2025-06", "2025-07", "2025-08", "2025-09", "2025-10",
|
||||
"2025-11", "2025-12", "2026-01", "2026-02", "2026-03"
|
||||
, "2026-04", "2026-05", "2026-06"
|
||||
};
|
||||
|
||||
// 所有支持的类型
|
||||
@@ -253,9 +265,14 @@ public class StaticsqueryServiceImpl extends ServiceImpl<StaticsMapper, Statics>
|
||||
};
|
||||
|
||||
// 定义时间周期
|
||||
String[] timePeriods = {
|
||||
/*String[] timePeriods = {
|
||||
"2025-01", "2025-02", "2025-03", "2025-04", "2025-05",
|
||||
"2024-11", "2024-12"
|
||||
};*/
|
||||
String[] timePeriods = {
|
||||
"2025-06", "2025-07", "2025-08", "2025-09", "2025-10",
|
||||
"2025-11", "2025-12", "2026-01", "2026-02", "2026-03",
|
||||
"2026-04", "2026-05", "2026-06"
|
||||
};
|
||||
|
||||
// 所有支持的类型
|
||||
@@ -325,9 +342,14 @@ public class StaticsqueryServiceImpl extends ServiceImpl<StaticsMapper, Statics>
|
||||
};
|
||||
|
||||
// 定义时间周期
|
||||
String[] timePeriods = {
|
||||
/*String[] timePeriods = {
|
||||
"2025-01", "2025-02", "2025-03", "2025-04", "2025-05",
|
||||
"2024-11", "2024-12"
|
||||
};*/
|
||||
String[] timePeriods = {
|
||||
"2025-06", "2025-07", "2025-08", "2025-09", "2025-10",
|
||||
"2025-11", "2025-12", "2026-01", "2026-02", "2026-03"
|
||||
, "2026-04", "2026-05", "2026-06"
|
||||
};
|
||||
|
||||
// 所有支持的类型
|
||||
@@ -400,15 +422,20 @@ public class StaticsqueryServiceImpl extends ServiceImpl<StaticsMapper, Statics>
|
||||
};
|
||||
|
||||
// 定义时间周期
|
||||
String[] timePeriods = {
|
||||
/*String[] timePeriods = {
|
||||
"2025-01", "2025-02", "2025-03", "2025-04", "2025-05",
|
||||
"2024-11", "2024-12"
|
||||
};*/
|
||||
String[] timePeriods = {
|
||||
"2025-06", "2025-07", "2025-08", "2025-09", "2025-10",
|
||||
"2025-11", "2025-12", "2026-01", "2026-02", "2026-03"
|
||||
, "2026-04", "2026-05", "2026-06"
|
||||
};
|
||||
|
||||
// 所有支持的类型
|
||||
Map<String, List<String>> typeMap = new HashMap<>();
|
||||
typeMap.put("month", Arrays.asList(
|
||||
"分学历年限/月/岗位发布数量"
|
||||
"分学历/月/岗位发布数量"
|
||||
));
|
||||
|
||||
|
||||
@@ -483,11 +510,17 @@ public class StaticsqueryServiceImpl extends ServiceImpl<StaticsMapper, Statics>
|
||||
};
|
||||
|
||||
// 定义时间周期
|
||||
String[] timePeriods = {
|
||||
/*String[] timePeriods = {
|
||||
"2025-01", "2025-02", "2025-03", "2025-04", "2025-05",
|
||||
"2024-11", "2024-12"
|
||||
};*/
|
||||
String[] timePeriods = {
|
||||
"2025-06", "2025-07", "2025-08", "2025-09", "2025-10",
|
||||
"2025-11", "2025-12", "2026-01", "2026-02", "2026-03"
|
||||
, "2026-04", "2026-05", "2026-06"
|
||||
};
|
||||
|
||||
|
||||
// 所有支持的类型
|
||||
Map<String, List<String>> typeMap = new HashMap<>();
|
||||
typeMap.put("month", Arrays.asList(
|
||||
|
||||
Reference in New Issue
Block a user