参数调整

This commit is contained in:
wr
2024-01-24 21:07:33 +08:00
parent 2728b57cb9
commit 2c487a8242

View File

@@ -778,23 +778,23 @@ public class OracleResultServiceImpl implements OracleResultService {
break; break;
case 56: case 56:
//三相总有功功率 //三相总有功功率
if(type==0) {
harmonicHistoryData=HistoryDataMapper.getDataHarmpowerP_t(historyParam); harmonicHistoryData=HistoryDataMapper.getDataHarmpowerP_t(historyParam);
}else{
harmonicHistoryData =ztHarmonicHistoryP(historyParam,3);
}
break; break;
case 57: case 57:
//三相总无功功率 //三相总无功功率
if(type==0) { if(type==0) {
harmonicHistoryData=HistoryDataMapper.getDataHarmpowerQ_t(historyParam); harmonicHistoryData=HistoryDataMapper.getDataHarmpowerQ_t(historyParam);
}else{ }else{
harmonicHistoryData =ztHarmonicHistoryP(historyParam,3); harmonicHistoryData =ztHarmonicHistoryP(historyParam,4);
} }
break; break;
case 58: case 58:
//三相总视在功率 //三相总视在功率
if(type==0) {
harmonicHistoryData=HistoryDataMapper.getDataHarmpowerS_t(historyParam); harmonicHistoryData=HistoryDataMapper.getDataHarmpowerS_t(historyParam);
}else{
harmonicHistoryData =ztHarmonicHistoryP(historyParam,4);
}
break; break;
case 59: case 59:
//视在功率因数 //视在功率因数