添加功能
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user