1.pms电能质量综合评估功能兼容
This commit is contained in:
@@ -24,8 +24,7 @@
|
|||||||
data_v
|
data_v
|
||||||
<where>
|
<where>
|
||||||
timeId between to_date(#{param.startTime},'yyyy-mm-DD hh24:mi:ss') and to_date(#{param.endTime},'yyyy-mm-DD hh24:mi:ss')
|
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
|
and phasic_type!='T'
|
||||||
sic_type!='T'
|
|
||||||
and lineid = #{param.lineId}
|
and lineid = #{param.lineId}
|
||||||
group by timeid,PHASIC_TYPE
|
group by timeid,PHASIC_TYPE
|
||||||
order by timeId asc
|
order by timeId asc
|
||||||
|
|||||||
Reference in New Issue
Block a user