cjl
2024-01-25 126a97fdd0c1ade596152b5b7c25d0a3e462aec4
screen-job/src/main/java/com/moral/api/task/AlarmTask.java
@@ -246,7 +246,7 @@
                                HistoryAqi historyAqi = null;
                                historyAqi = historyAqiMapper.selectOne(historyAqiQueryWrapper);
                                if (!com.baomidou.mybatisplus.core.toolkit.ObjectUtils.isEmpty(historyAqi)){
                                    String cityAqiValue = historyAqi.getJson();
                                    String cityAqiValue = historyAqi.getValue();
                                    JSONObject JsonObject = new JSONObject();
                                    JSONObject previousJsonObject = new JSONObject();
                                    previousJsonObject = JSONObject.parseObject(cityAqiValue);
@@ -367,7 +367,7 @@
                                HistoryAqi historyAqi = null;
                                historyAqi = historyAqiMapper.selectOne(historyAqiQueryWrapper);
                                if (!com.baomidou.mybatisplus.core.toolkit.ObjectUtils.isEmpty(historyAqi)){
                                    String cityAqiValue = historyAqi.getJson();
                                    String cityAqiValue = historyAqi.getValue();
                                    JSONObject JsonObject = new JSONObject();
                                    JSONObject previousJsonObject = new JSONObject();
                                    previousJsonObject = JSONObject.parseObject(cityAqiValue);
@@ -488,7 +488,7 @@
                                HistoryAqi historyAqi = null;
                                historyAqi = historyAqiMapper.selectOne(historyAqiQueryWrapper);
                                if (!com.baomidou.mybatisplus.core.toolkit.ObjectUtils.isEmpty(historyAqi)){
                                    String cityAqiValue = historyAqi.getJson();
                                    String cityAqiValue = historyAqi.getValue();
                                    JSONObject JsonObject = new JSONObject();
                                    JSONObject previousJsonObject = new JSONObject();
                                    previousJsonObject = JSONObject.parseObject(cityAqiValue);
@@ -609,7 +609,7 @@
                                HistoryAqi historyAqi = null;
                                historyAqi = historyAqiMapper.selectOne(historyAqiQueryWrapper);
                                if (!com.baomidou.mybatisplus.core.toolkit.ObjectUtils.isEmpty(historyAqi)){
                                    String cityAqiValue = historyAqi.getJson();
                                    String cityAqiValue = historyAqi.getValue();
                                    JSONObject JsonObject = new JSONObject();
                                    JSONObject previousJsonObject = new JSONObject();
                                    previousJsonObject = JSONObject.parseObject(cityAqiValue);
@@ -730,7 +730,7 @@
                                HistoryAqi historyAqi = null;
                                historyAqi = historyAqiMapper.selectOne(historyAqiQueryWrapper);
                                if (!com.baomidou.mybatisplus.core.toolkit.ObjectUtils.isEmpty(historyAqi)){
                                    String cityAqiValue = historyAqi.getJson();
                                    String cityAqiValue = historyAqi.getValue();
                                    JSONObject JsonObject = new JSONObject();
                                    JSONObject previousJsonObject = new JSONObject();
                                    previousJsonObject = JSONObject.parseObject(cityAqiValue);
@@ -851,7 +851,7 @@
                                HistoryAqi historyAqi = null;
                                historyAqi = historyAqiMapper.selectOne(historyAqiQueryWrapper);
                                if (!com.baomidou.mybatisplus.core.toolkit.ObjectUtils.isEmpty(historyAqi)){
                                    String cityAqiValue = historyAqi.getJson();
                                    String cityAqiValue = historyAqi.getValue();
                                    JSONObject JsonObject = new JSONObject();
                                    JSONObject previousJsonObject = new JSONObject();
                                    previousJsonObject = JSONObject.parseObject(cityAqiValue);