参数调整
This commit is contained in:
@@ -778,23 +778,23 @@ public class OracleResultServiceImpl implements OracleResultService {
|
||||
break;
|
||||
case 56:
|
||||
//三相总有功功率
|
||||
if(type==0) {
|
||||
harmonicHistoryData=HistoryDataMapper.getDataHarmpowerP_t(historyParam);
|
||||
}else{
|
||||
harmonicHistoryData =ztHarmonicHistoryP(historyParam,3);
|
||||
}
|
||||
break;
|
||||
case 57:
|
||||
//三相总无功功率
|
||||
if(type==0) {
|
||||
harmonicHistoryData=HistoryDataMapper.getDataHarmpowerQ_t(historyParam);
|
||||
}else{
|
||||
harmonicHistoryData =ztHarmonicHistoryP(historyParam,3);
|
||||
harmonicHistoryData =ztHarmonicHistoryP(historyParam,4);
|
||||
}
|
||||
break;
|
||||
case 58:
|
||||
//三相总视在功率
|
||||
if(type==0) {
|
||||
harmonicHistoryData=HistoryDataMapper.getDataHarmpowerS_t(historyParam);
|
||||
}else{
|
||||
harmonicHistoryData =ztHarmonicHistoryP(historyParam,4);
|
||||
}
|
||||
break;
|
||||
case 59:
|
||||
//视在功率因数
|
||||
|
||||
Reference in New Issue
Block a user