调整字段

This commit is contained in:
zy 2025-11-27 18:07:35 +08:00
parent fb83ce4a73
commit 164cafaf15
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class IotCommonP3ServiceImpl {
LocalDateTime nowTime = LocalDateTime.now();
String tableName = "";
PollutionEnum pollutionEnum = PollutionEnum.catchMessage(voBigScreenSurvQ.getSurvItem());
PollutionEnum pollutionEnum = PollutionEnum.catchPollution(voBigScreenSurvQ.getSurvItem());
if (PollutionConstants.AIR_SURV.equals(pollutionEnum.getType())) {
tableName = PollutionConstants.TABLE_AIR;
} else if (PollutionConstants.SOIL_SURV.equals(pollutionEnum.getType())) {