1.pms电能质量综合评估功能兼容

This commit is contained in:
2024-11-06 11:13:44 +08:00
parent a608b3850c
commit 6cd45fd7f9

View File

@@ -24,8 +24,7 @@
data_v
<where>
timeId between to_date(#{param.startTime},'yyyy-mm-DD hh24:mi:ss') and to_date(#{param.endTime},'yyyy-mm-DD hh24:mi:ss')
and pha
sic_type!='T'
and phasic_type!='T'
and lineid = #{param.lineId}
group by timeid,PHASIC_TYPE
order by timeId asc