河北PMS算法调整
This commit is contained in:
@@ -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 ,
|
||||||
|
|||||||
@@ -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 ,
|
||||||
|
|||||||
Reference in New Issue
Block a user