河北PMS算法调整

This commit is contained in:
2024-03-12 13:52:24 +08:00
parent ff2cf0a05b
commit 93f86feb33
2 changed files with 2 additions and 2 deletions

View File

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

View File

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