添加功能

This commit is contained in:
马宝龙
2026-07-04 23:16:01 +08:00
parent 39c766bf46
commit c4f44345e2
4 changed files with 16 additions and 6 deletions

View File

@@ -118,6 +118,7 @@
FROM model_warning_indicator_data a
INNER JOIN model_unemployment_rate_monitor b ON a.indicator_code = b.indicator_code
WHERE a.region_code = #{regionCode}
group by a.year,a.month
),
year_month AS (
SELECT
@@ -157,6 +158,7 @@
FROM model_warning_indicator_data a
INNER JOIN model_employment_monitor_composite b ON a.indicator_code = b.indicator_code
WHERE a.region_code = #{regionCode}
group by a.year,a.month
),
year_month AS (
SELECT
@@ -197,6 +199,7 @@
FROM model_warning_indicator_data a
INNER JOIN model_unemployment_warning_diffusion b ON a.indicator_code = b.indicator_code
WHERE a.region_code = #{regionCode}
group by a.year,a.month
),
year_month AS (
SELECT