河北PMS算法调整
This commit is contained in:
@@ -27,6 +27,9 @@
|
|||||||
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'">
|
||||||
|
and statistical_type = '03'
|
||||||
|
</if>
|
||||||
group by province_id ,
|
group by province_id ,
|
||||||
province_name ,
|
province_name ,
|
||||||
city_id ,
|
city_id ,
|
||||||
|
|||||||
@@ -28,6 +28,9 @@
|
|||||||
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'">
|
||||||
|
and statistical_type = '03'
|
||||||
|
</if>
|
||||||
group by province_id ,
|
group by province_id ,
|
||||||
province_name ,
|
province_name ,
|
||||||
city_id ,
|
city_id ,
|
||||||
|
|||||||
Reference in New Issue
Block a user