河北PMS算法调整

This commit is contained in:
2024-03-11 19:14:58 +08:00
parent 431c7c03d0
commit af4600f0e9
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,9 @@
r_upload_evaluation_data_d
where
statistical_date between #{startTime} and #{endTime}
<if test="type == '01'">
and statistical_type = '03'
</if>
group by province_id ,
province_name ,
city_id ,

View File

@@ -28,6 +28,9 @@
r_upload_point_statistical_data_d
where
statistical_date between #{startTime} and #{endTime}
<if test="type == '01'">
and statistical_type = '03'
</if>
group by province_id ,
province_name ,
city_id ,