RyTask.java 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. package com.slibra.quartz.task;
  2. import cn.hutool.core.date.DateUtil;
  3. import cn.hutool.http.HttpRequest;
  4. import com.alibaba.fastjson2.JSON;
  5. import com.alibaba.fastjson2.JSONArray;
  6. import com.slibra.business.domain.TXinyiIndustry;
  7. import com.slibra.business.domain.TXinyiRobot;
  8. import com.slibra.business.mapper.TXinyiIndustryMapper;
  9. import com.slibra.business.mapper.TXinyiRobotMapper;
  10. import com.slibra.common.enums.DataSourceType;
  11. import com.slibra.common.utils.DateUtils;
  12. import com.slibra.framework.datasource.DynamicDataSourceContextHolder;
  13. import lombok.extern.slf4j.Slf4j;
  14. import org.springframework.beans.factory.annotation.Autowired;
  15. import org.springframework.stereotype.Component;
  16. import com.slibra.common.utils.StringUtils;
  17. import org.springframework.util.CollectionUtils;
  18. import org.springframework.util.StopWatch;
  19. import java.math.BigDecimal;
  20. import java.time.LocalDateTime;
  21. import java.time.format.DateTimeFormatter;
  22. import java.util.*;
  23. import java.util.concurrent.TimeUnit;
  24. /**
  25. * 定时任务调度测试
  26. *
  27. *
  28. */
  29. @Component("ryTask")
  30. @Slf4j
  31. public class RyTask
  32. {
  33. public void ryMultipleParams(String s, Boolean b, Long l, Double d, Integer i)
  34. {
  35. System.out.println(StringUtils.format("执行多参方法: 字符串类型{},布尔类型{},长整型{},浮点型{},整形{}", s, b, l, d, i));
  36. }
  37. public void ryParams(String params)
  38. {
  39. System.out.println("执行有参方法:" + params);
  40. }
  41. public void ryNoParams()
  42. {
  43. System.out.println("执行无参方法");
  44. }
  45. //----------------------------------------------下面是新增的方法----------------------------------------------
  46. @Autowired
  47. private TXinyiIndustryMapper xinyiIndustryMapper;
  48. @Autowired
  49. private TXinyiRobotMapper xinyiRobotMapper;
  50. // public final static StopWatch watch = new StopWatch("task");
  51. public static final String[] queryTags = {"信义污水厂JS_COD_Value","信义污水厂JS_PH_Value","信义污水厂JS_SS_Value","信义污水厂JS_ZL_Value","信义污水厂JS_ZA_Value","信义污水厂JS_AD_Value","信义污水厂JS_T_Value","信义污水厂进水泵房液位","信义污水厂出水瞬时流量","信义污水厂升级出水COD","信义污水厂升级出水PH","信义污水厂升级出水SS","信义污水厂升级出水TN","信义污水厂升级出水TP","信义污水厂升级出水氨氮","信义污水厂AIT202_Value","信义污水厂AIT203_Value","信义污水厂AIT207_Value","信义污水厂AIT206_Value","信义污水厂AIT209_Value","信义污水厂AIT210_Value","信义污水厂进水TDS","信义污水厂FT101_Value","信义污水厂SWCHHYHLB1_R_Value","信义污水厂SWCHHYHLB2_R_Value","信义污水厂SWCHHYHLB3_R_Value","信义污水厂SWCHHYHLB4_R_Value","信义污水厂SWCHHYHLB5_R_Value","信义污水厂SWCHHYHLB6_R_Value","信义污水厂SWCWNHLB1_R_Value","信义污水厂SWCWNHLB2_R_Value","信义污水厂SWCWNHLB3_R_Value","信义污水厂SWCWNHLB4_R_Value","信义污水厂SWCWNHLB5_R_Value","信义污水厂GFJ1_R_Value","信义污水厂GFJ2_R_Value","信义污水厂GFJ3_R_Value","信义污水厂GFJ4_R_Value","信义污水厂GFJ5_R_Value","信义污水厂GFJ6_R_Value","信义污水厂GFJ1_KQLL_Value","信义污水厂GFJ2_KQLL_Value","信义污水厂GFJ3_KQLL_Value","信义污水厂GFJ4_KQLL_Value","信义污水厂GFJ5_KQLL_Value","信义污水厂GFJ6_KQLL_Value","信义污水厂实际碳源加药量","信义污水厂除磷加药瞬时流量", "信义污水厂_除磷P04预测值_"};
  52. /**
  53. * 定时从工业库获取数据
  54. *
  55. * 2024年4月17日17:44:15 调整逻辑:考虑到因断电等情况导致服务断电,所以不再同步最近一小时,而是同步从上次成功的最后一条数据开始。
  56. */
  57. public void getIndustryData(){
  58. log.info("进入了定时同步工业库数据的任务");
  59. //耗时工具
  60. // watch.start("parseJob");
  61. // 给定时间段的起始时间和结束时间
  62. LocalDateTime endTime = LocalDateTime.now();
  63. // LocalDateTime startTime = endTime.plusMinutes(-60);
  64. //获取上次最后一条同步的数据的日期到 分钟维度
  65. String lastDateHour = this.xinyiIndustryMapper.getLastMinute();
  66. log.info("获取上次同步工业库的最后一条记录的时间是{}", lastDateHour);
  67. lastDateHour = lastDateHour + ":00";
  68. //开始时间
  69. LocalDateTime startTime = LocalDateTime.parse(lastDateHour.replaceAll("/", "-").replace(" ", "T"));
  70. startTime = startTime.plusMinutes(1L);//加一分钟 从上次最后一条记录的下一分钟开始
  71. /*LocalDateTime startTime = LocalDateTime.parse("2024-02-26T00:00:00");
  72. LocalDateTime endTime = LocalDateTime.parse("2024-02-27T00:00:00");*/
  73. // 每个小时的时间格式
  74. DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
  75. // 循环按小时分割
  76. LocalDateTime currentHour = startTime;
  77. //最终获取的数据
  78. Map<String, TXinyiIndustry> needMap = new HashMap<>();
  79. while (currentHour.isBefore(endTime)) {
  80. String begin = currentHour.format(formatter);
  81. String end = currentHour.plusMinutes(5).format(formatter);
  82. // 输出当前小时的起始时间和结束时间
  83. System.out.println("起始时间:" + begin);
  84. System.out.println("结束时间:" + end);
  85. // 当前小时加一小时,作为下一个小时的起始时间
  86. currentHour = currentHour.plusMinutes(5);
  87. //每个小时查询一次数据
  88. String url = "http://10.0.0.27:4568/api/v1/khquerydata";
  89. HashMap<String, Object> req = new HashMap<>();
  90. req.put("tagNames", queryTags);
  91. req.put("startTime", begin);
  92. req.put("endTime", end);
  93. req.put("recordNumbers", 100000);
  94. String body = HttpRequest.post(url).header("Authorization", "c2E6c2E=").header("clientName", "hongshan").body(JSON.toJSONString(req)).execute().body();
  95. // System.out.println("body = " + body);
  96. List<HashMap<String, String>> list = new ArrayList<>();
  97. //行转列数据处理
  98. for (String queryTag : queryTags) {
  99. JSONArray array = JSON.parseObject(body).getJSONArray(queryTag);
  100. //特殊数据处理一
  101. if(Objects.isNull(array) || array.isEmpty()){
  102. System.out.println(queryTag + "查询到了空的数据,跳过本次循环");
  103. continue;
  104. }
  105. int size = array.size();
  106. //特殊数据处理二
  107. if("0".equals(array.get(1) + "")){
  108. System.out.println(queryTag + "查询到了数据,但是数据集合只有一条,且都是0");
  109. continue;
  110. }
  111. //结合至少62个数据才满足条件(有可能获取不到)
  112. /*if(size < 62){
  113. System.out.println(queryTag + "查询到了不符合条件的数据,跳过本次循环");
  114. continue;
  115. }*/
  116. //存放的数据集
  117. //利用map去重
  118. HashMap<String, String> map = new LinkedHashMap<>();
  119. for (int i = 2; i < size; i++) {
  120. // System.out.println(i + "" + array.get(i));
  121. JSONArray oneRecord = JSON.parseArray(JSON.toJSONString(array.get(i)));
  122. //处理为空或者为0的数据
  123. Object timeStampValue = oneRecord.get(2);
  124. if(Objects.isNull(timeStampValue) || "0".equals(timeStampValue + ""))
  125. continue;
  126. BigDecimal value = Objects.isNull(oneRecord.get(0)) ? null : new BigDecimal(oneRecord.get(0) + "");
  127. long timestamp = (long) timeStampValue;
  128. String format = DateUtil.format(new Date(timestamp), DateUtils.YYYYMMDDHH_TS);
  129. map.put(format, queryTag + "-" + value);
  130. }
  131. list.add(map);
  132. }
  133. Set<String> recordTimeSet = new HashSet<>();
  134. Map<String, TXinyiIndustry> recordMap = new HashMap<>();
  135. for (int i = 0; i < list.size(); i++) {
  136. HashMap<String, String> map = list.get(i);
  137. int finalJ = i;
  138. map.forEach((k, v) ->{
  139. TXinyiIndustry industry = null;
  140. if(!recordTimeSet.contains(k)){//第一次
  141. industry = new TXinyiIndustry();
  142. recordTimeSet.add(k);
  143. recordMap.put(k, industry);
  144. }else{
  145. industry = recordMap.get(k);
  146. }
  147. industry.setTestTime(k);
  148. //2024年4月15日11:19:52 额外增加2个字段
  149. industry.setTestDate(k.substring(0,10));
  150. industry.setTestHour(k.substring(0,13));
  151. //解析值
  152. String[] split = v.split("-");
  153. String type = split[0];
  154. BigDecimal value = new BigDecimal(split[1]);
  155. if ("信义污水厂JS_COD_Value".equals(type)) {
  156. industry.setJsCod(value);
  157. } else if ("信义污水厂JS_PH_Value".equals(type)) {
  158. industry.setJsPh(value);
  159. } else if ("信义污水厂JS_SS_Value".equals(type)) {
  160. industry.setJsSs(value);
  161. } else if ("信义污水厂JS_ZL_Value".equals(type)) {
  162. industry.setJsTp(value);
  163. } else if ("信义污水厂JS_ZA_Value".equals(type)) {
  164. industry.setJsTn(value);
  165. } else if ("信义污水厂JS_AD_Value".equals(type)) {
  166. industry.setJsNh3(value);
  167. } else if ("信义污水厂JS_T_Value".equals(type)) {
  168. industry.setJsSwPh(value);
  169. } else if ("信义污水厂进水泵房液位".equals(type)) {
  170. industry.setJsBfyw(value);
  171. } else if ("信义污水厂出水瞬时流量".equals(type)) {
  172. industry.setCsSlqc(value);
  173. } else if ("信义污水厂升级出水COD".equals(type)) {
  174. industry.setCsCod(value);
  175. } else if ("信义污水厂升级出水PH".equals(type)) {
  176. industry.setCsPh(value);
  177. } else if ("信义污水厂升级出水SS".equals(type)) {
  178. industry.setCsSs(value);
  179. } else if ("信义污水厂升级出水TN".equals(type)) {
  180. industry.setCsTn(value);
  181. } else if ("信义污水厂升级出水TP".equals(type)) {
  182. industry.setCsTp(value);
  183. } else if ("信义污水厂升级出水氨氮".equals(type)) {
  184. industry.setCsNh3(value);
  185. } else if ("信义污水厂AIT202_Value".equals(type)) {
  186. industry.setOneHyzdDo(value);
  187. } else if ("信义污水厂AIT203_Value".equals(type)) {
  188. industry.setOneHymdDo(value);
  189. } else if ("信义污水厂AIT207_Value".equals(type)) {
  190. industry.setTwoHyzdDo(value);
  191. } else if ("信义污水厂AIT206_Value".equals(type)) {
  192. industry.setTwoHymdDo(value);
  193. } else if ("信义污水厂AIT209_Value".equals(type)) {
  194. industry.setOneMlss(value);
  195. } else if ("信义污水厂AIT210_Value".equals(type)) {
  196. industry.setTwoMlss(value);
  197. } else if ("信义污水厂进水TDS".equals(type)) {
  198. industry.setJsTds(value);
  199. } else if ("信义污水厂FT101_Value".equals(type)) {
  200. industry.setJsSlq(value);
  201. } else if ("信义污水厂SWCHHYHLB1_R_Value".equals(type)) {
  202. industry.setNHlbOneGp(value);
  203. } else if ("信义污水厂SWCHHYHLB2_R_Value".equals(type)) {
  204. industry.setNHlbTwoGp(value);
  205. } else if ("信义污水厂SWCHHYHLB3_R_Value".equals(type)) {
  206. industry.setNHlbThreeGp(value);
  207. } else if ("信义污水厂SWCHHYHLB4_R_Value".equals(type)) {
  208. industry.setNHlbFourGp(value);
  209. } else if ("信义污水厂SWCHHYHLB5_R_Value".equals(type)) {
  210. industry.setNhlBFiveGp(value);
  211. } else if ("信义污水厂SWCHHYHLB6_R_Value".equals(type)) {
  212. industry.setNHlbSixGp(value);
  213. } else if ("信义污水厂SWCWNHLB1_R_Value".equals(type)) {
  214. industry.setWHlbOneGp(value);
  215. } else if ("信义污水厂SWCWNHLB2_R_Value".equals(type)) {
  216. industry.setWHlbTwoGp(value);
  217. } else if ("信义污水厂SWCWNHLB3_R_Value".equals(type)) {
  218. industry.setWHlbThreeGp(value);
  219. } else if ("信义污水厂SWCWNHLB4_R_Value".equals(type)) {
  220. industry.setWHlbFourGp(value);
  221. } else if ("信义污水厂SWCWNHLB5_R_Value".equals(type)) {
  222. industry.setWHlbFiveGp(value);
  223. } else if ("信义污水厂GFJ1_R_Value".equals(type)) {
  224. industry.setFjOne(value);
  225. } else if ("信义污水厂GFJ2_R_Value".equals(type)) {
  226. industry.setFjTwo(value);
  227. } else if ("信义污水厂GFJ3_R_Value".equals(type)) {
  228. industry.setFjThree(value);
  229. } else if ("信义污水厂GFJ4_R_Value".equals(type)) {
  230. industry.setFjFour(value);
  231. } else if ("信义污水厂GFJ5_R_Value".equals(type)) {
  232. industry.setFjFive(value);
  233. } else if ("信义污水厂GFJ6_R_Value".equals(type)) {
  234. industry.setFjSix(value);
  235. } else if ("信义污水厂GFJ1_KQLL_Value".equals(type)) {
  236. industry.setKqllOne(value);
  237. } else if ("信义污水厂GFJ2_KQLL_Value".equals(type)) {
  238. industry.setKqllTwo(value);
  239. } else if ("信义污水厂GFJ3_KQLL_Value".equals(type)) {
  240. industry.setKqllThree(value);
  241. } else if ("信义污水厂GFJ4_KQLL_Value".equals(type)) {
  242. industry.setKqllFour(value);
  243. } else if ("信义污水厂GFJ5_KQLL_Value".equals(type)) {
  244. industry.setKqllFive(value);
  245. } else if ("信义污水厂GFJ6_KQLL_Value".equals(type)) {
  246. industry.setKqllSix(value);
  247. }else if ("信义污水厂实际碳源加药量".equals(type)) {
  248. industry.setSJTYJLY(value);
  249. }else if ("信义污水厂除磷加药瞬时流量".equals(type)) {
  250. industry.setCLJYSSLL(value);
  251. } else if ("信义污水厂_除磷P04预测值_".equals(type)) {
  252. industry.setCLP04YCZ(value);
  253. }
  254. //只有最后一次才执行数据库添加
  255. if(finalJ == list.size()-1){
  256. needMap.put(industry.getTestHour(), industry);
  257. }
  258. });
  259. }
  260. }
  261. //保存数据 触发告警 决策 问答记录等等
  262. needMap.forEach((k, industry) ->{
  263. //2024年4月22日15:45:24 额外保存两个字段 数组
  264. List<BigDecimal> extraList = new ArrayList<>();
  265. extraList.add(industry.getOneHymdDo());
  266. extraList.add(industry.getTwoHymdDo());
  267. industry.setHycRjyAll(JSON.toJSONString(extraList));
  268. extraList.clear();
  269. extraList.add(industry.getOneHyzdDo());
  270. extraList.add(industry.getTwoHyzdDo());
  271. industry.setHycRjyZdAll(JSON.toJSONString(extraList));
  272. extraList.clear();
  273. extraList.add(industry.getOneMlss());
  274. extraList.add(industry.getTwoMlss());
  275. industry.setHycWnndAll(JSON.toJSONString(extraList));
  276. //插入数据库
  277. xinyiIndustryMapper.insertTXinyiIndustry(industry);
  278. });
  279. //执行完成 测试执行时间
  280. //计时结束
  281. // watch.stop();
  282. // System.out.println(watch.getLastTaskName() + " 执行耗时:" + watch.getLastTaskTimeMillis() + " ms");
  283. }
  284. /**
  285. * 定时从sqlserver获取数据
  286. */
  287. public void sqlserverData(){
  288. log.info("进入了定时同步SqlServer的任务");
  289. //主库获取上次最新的同步日期
  290. String lastTime = this.xinyiRobotMapper.selectLastTime();
  291. log.info("上次同步的日期是{}", lastTime);
  292. //从
  293. DynamicDataSourceContextHolder.setDataSourceType(DataSourceType.SLAVE.name());
  294. List<TXinyiRobot> tXinyiRobots = xinyiRobotMapper.selectTXinyiRobotListByTime(lastTime);
  295. DynamicDataSourceContextHolder.clearDataSourceType();
  296. // System.out.println(JSON.toJSONString(tXinyiRobots));
  297. // System.out.println("-------------");
  298. //主
  299. if(!CollectionUtils.isEmpty(tXinyiRobots)){
  300. for (TXinyiRobot tXinyiRobot : tXinyiRobots) {
  301. String date = handleDate(tXinyiRobot.getVDate().replaceAll(" ", ""));//有空格
  302. String time = handleDate(tXinyiRobot.getVTime().replaceAll(" ", ""));//有空格
  303. tXinyiRobot.setVDate(date);
  304. tXinyiRobot.setVTime(time);
  305. tXinyiRobot.setVDateTime(date + " " + time);
  306. //处理给前端展示的字段
  307. tXinyiRobot.setTestDate(date);//日期
  308. tXinyiRobot.setTestHour(date + " " + time.substring(0, 2));//小时
  309. tXinyiRobot.setTestTime(date + " " + time.substring(0, 5));//分钟
  310. tXinyiRobot.setCreatedTime(new Date());
  311. this.xinyiRobotMapper.insertTXinyiRobot(tXinyiRobot);
  312. }
  313. }
  314. }
  315. public static String handleDate(String str){
  316. StringBuilder sb = new StringBuilder();
  317. if(str.contains(" ")){//包含空格 就是年月日时分秒了
  318. String[] split = str.split(" ");
  319. addBeforeZero(sb, split[0], "/");
  320. sb.append(" ");
  321. addBeforeZero(sb, split[1], ":");
  322. }else{
  323. if(str.contains("/")){//年月日
  324. addBeforeZero(sb, str, "/");
  325. }else if(str.contains(":")){//时分秒
  326. addBeforeZero(sb, str, ":");
  327. }else {
  328. sb.append(str);
  329. }
  330. }
  331. return sb.toString();
  332. }
  333. public static StringBuilder addBeforeZero(StringBuilder sb, String str, String tag){
  334. String[] split = str.split(tag);
  335. int length = split.length;
  336. for (int i = 0; i < length; i++) {
  337. String value = split[i];
  338. Integer intValue = Integer.parseInt(value);
  339. if(intValue < 10 && value.length() == 1){////防止有正确的情况 额外再补充字符串
  340. sb.append(0).append(value);
  341. }else{
  342. sb.append(value);
  343. }
  344. if(i < length-1){
  345. sb.append(tag);
  346. }
  347. }
  348. return sb;
  349. }
  350. public static void main(String[] args) {
  351. /*LocalDateTime endTime = LocalDateTime.now();
  352. System.out.println("endTime = " + endTime);
  353. endTime = endTime.plusMinutes(60);
  354. System.out.println("endTime = " + endTime);*/
  355. /*String str = "2024/04/15 09:55";
  356. System.out.println(str);
  357. System.out.println(str.substring(0,10));
  358. System.out.println(str.substring(0,13));*/
  359. /*String str = "2024/04/18 08:00";
  360. str = str + ":00";
  361. System.out.println(str);
  362. LocalDateTime startTime = LocalDateTime.parse(str.replaceAll("/", "-").replace(" ", "T"));
  363. System.out.println(startTime.plusMinutes(1L).format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")));*/
  364. ArrayList<Integer> objects = new ArrayList<>();
  365. objects.add(1);
  366. objects.add(2);
  367. objects.add(3);
  368. System.out.println(objects);
  369. objects.clear();
  370. System.out.println(objects);
  371. test();
  372. }
  373. //测试工业库 没小时保存一条记录是否可行
  374. public static void test() {
  375. // 每个小时的时间格式
  376. DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
  377. LocalDateTime startTime = LocalDateTime.parse("2024-05-17T12:00:00");
  378. LocalDateTime endTime = LocalDateTime.now();
  379. // 循环按小时分割
  380. LocalDateTime currentHour = startTime;
  381. //最终获取的数据
  382. Map<String, TXinyiIndustry> needMap = new HashMap<>();
  383. while (currentHour.isBefore(endTime)) {
  384. String begin = currentHour.format(formatter);
  385. String end = currentHour.plusMinutes(5).format(formatter);
  386. // 输出当前小时的起始时间和结束时间
  387. System.out.println("起始时间:" + begin);
  388. System.out.println("结束时间:" + end);
  389. // 当前小时加一小时,作为下一个小时的起始时间
  390. currentHour = currentHour.plusMinutes(5);
  391. //每个小时查询一次数据
  392. String url = "http://10.0.0.27:4568/api/v1/khquerydata";
  393. HashMap<String, Object> req = new HashMap<>();
  394. req.put("tagNames", queryTags);
  395. req.put("startTime", begin);
  396. req.put("endTime", end);
  397. req.put("recordNumbers", 100000);
  398. String body = HttpRequest.post(url).header("Authorization", "c2E6c2E=").header("clientName", "hongshan").body(JSON.toJSONString(req)).execute().body();
  399. // System.out.println("body = " + body);
  400. List<HashMap<String, String>> list = new ArrayList<>();
  401. //行转列数据处理
  402. for (String queryTag : queryTags) {
  403. JSONArray array = JSON.parseObject(body).getJSONArray(queryTag);
  404. //特殊数据处理一
  405. if(Objects.isNull(array) || array.isEmpty()){
  406. System.out.println(queryTag + "查询到了空的数据,跳过本次循环");
  407. continue;
  408. }
  409. int size = array.size();
  410. //特殊数据处理二
  411. if("0".equals(array.get(1) + "")){
  412. System.out.println(queryTag + "查询到了数据,但是数据集合只有一条,且都是0");
  413. continue;
  414. }
  415. //结合至少62个数据才满足条件(有可能获取不到)
  416. /*if(size < 62){
  417. System.out.println(queryTag + "查询到了不符合条件的数据,跳过本次循环");
  418. continue;
  419. }*/
  420. //存放的数据集
  421. //利用map去重
  422. HashMap<String, String> map = new LinkedHashMap<>();
  423. for (int i = 2; i < size; i++) {
  424. // System.out.println(i + "" + array.get(i));
  425. JSONArray oneRecord = JSON.parseArray(JSON.toJSONString(array.get(i)));
  426. //处理为空或者为0的数据
  427. Object timeStampValue = oneRecord.get(2);
  428. if(Objects.isNull(timeStampValue) || "0".equals(timeStampValue + ""))
  429. continue;
  430. BigDecimal value = Objects.isNull(oneRecord.get(0)) ? null : new BigDecimal(oneRecord.get(0) + "");
  431. long timestamp = (long) timeStampValue;
  432. String format = DateUtil.format(new Date(timestamp), DateUtils.YYYYMMDDHH_TS);
  433. map.put(format, queryTag + "-" + value);
  434. }
  435. list.add(map);
  436. }
  437. Set<String> recordTimeSet = new HashSet<>();
  438. Map<String, TXinyiIndustry> recordMap = new HashMap<>();
  439. for (int i = 0; i < list.size(); i++) {
  440. HashMap<String, String> map = list.get(i);
  441. int finalJ = i;
  442. map.forEach((k, v) ->{
  443. TXinyiIndustry industry = null;
  444. if(!recordTimeSet.contains(k)){//第一次
  445. industry = new TXinyiIndustry();
  446. recordTimeSet.add(k);
  447. recordMap.put(k, industry);
  448. }else{
  449. industry = recordMap.get(k);
  450. }
  451. industry.setTestTime(k);
  452. //2024年4月15日11:19:52 额外增加2个字段
  453. industry.setTestDate(k.substring(0,10));
  454. industry.setTestHour(k.substring(0,13));
  455. //解析值
  456. String[] split = v.split("-");
  457. String type = split[0];
  458. BigDecimal value = new BigDecimal(split[1]);
  459. if ("信义污水厂JS_COD_Value".equals(type)) {
  460. industry.setJsCod(value);
  461. } else if ("信义污水厂JS_PH_Value".equals(type)) {
  462. industry.setJsPh(value);
  463. } else if ("信义污水厂JS_SS_Value".equals(type)) {
  464. industry.setJsSs(value);
  465. } else if ("信义污水厂JS_ZL_Value".equals(type)) {
  466. industry.setJsTp(value);
  467. } else if ("信义污水厂JS_ZA_Value".equals(type)) {
  468. industry.setJsTn(value);
  469. } else if ("信义污水厂JS_AD_Value".equals(type)) {
  470. industry.setJsNh3(value);
  471. } else if ("信义污水厂JS_T_Value".equals(type)) {
  472. industry.setJsSwPh(value);
  473. } else if ("信义污水厂进水泵房液位".equals(type)) {
  474. industry.setJsBfyw(value);
  475. } else if ("信义污水厂出水瞬时流量".equals(type)) {
  476. industry.setCsSlqc(value);
  477. } else if ("信义污水厂升级出水COD".equals(type)) {
  478. industry.setCsCod(value);
  479. } else if ("信义污水厂升级出水PH".equals(type)) {
  480. industry.setCsPh(value);
  481. } else if ("信义污水厂升级出水SS".equals(type)) {
  482. industry.setCsSs(value);
  483. } else if ("信义污水厂升级出水TN".equals(type)) {
  484. industry.setCsTn(value);
  485. } else if ("信义污水厂升级出水TP".equals(type)) {
  486. industry.setCsTp(value);
  487. } else if ("信义污水厂升级出水氨氮".equals(type)) {
  488. industry.setCsNh3(value);
  489. } else if ("信义污水厂AIT202_Value".equals(type)) {
  490. industry.setOneHyzdDo(value);
  491. } else if ("信义污水厂AIT203_Value".equals(type)) {
  492. industry.setOneHymdDo(value);
  493. } else if ("信义污水厂AIT207_Value".equals(type)) {
  494. industry.setTwoHyzdDo(value);
  495. } else if ("信义污水厂AIT206_Value".equals(type)) {
  496. industry.setTwoHymdDo(value);
  497. } else if ("信义污水厂AIT209_Value".equals(type)) {
  498. industry.setOneMlss(value);
  499. } else if ("信义污水厂AIT210_Value".equals(type)) {
  500. industry.setTwoMlss(value);
  501. } else if ("信义污水厂进水TDS".equals(type)) {
  502. industry.setJsTds(value);
  503. } else if ("信义污水厂FT101_Value".equals(type)) {
  504. industry.setJsSlq(value);
  505. } else if ("信义污水厂SWCHHYHLB1_R_Value".equals(type)) {
  506. industry.setNHlbOneGp(value);
  507. } else if ("信义污水厂SWCHHYHLB2_R_Value".equals(type)) {
  508. industry.setNHlbTwoGp(value);
  509. } else if ("信义污水厂SWCHHYHLB3_R_Value".equals(type)) {
  510. industry.setNHlbThreeGp(value);
  511. } else if ("信义污水厂SWCHHYHLB4_R_Value".equals(type)) {
  512. industry.setNHlbFourGp(value);
  513. } else if ("信义污水厂SWCHHYHLB5_R_Value".equals(type)) {
  514. industry.setNhlBFiveGp(value);
  515. } else if ("信义污水厂SWCHHYHLB6_R_Value".equals(type)) {
  516. industry.setNHlbSixGp(value);
  517. } else if ("信义污水厂SWCWNHLB1_R_Value".equals(type)) {
  518. industry.setWHlbOneGp(value);
  519. } else if ("信义污水厂SWCWNHLB2_R_Value".equals(type)) {
  520. industry.setWHlbTwoGp(value);
  521. } else if ("信义污水厂SWCWNHLB3_R_Value".equals(type)) {
  522. industry.setWHlbThreeGp(value);
  523. } else if ("信义污水厂SWCWNHLB4_R_Value".equals(type)) {
  524. industry.setWHlbFourGp(value);
  525. } else if ("信义污水厂SWCWNHLB5_R_Value".equals(type)) {
  526. industry.setWHlbFiveGp(value);
  527. } else if ("信义污水厂GFJ1_R_Value".equals(type)) {
  528. industry.setFjOne(value);
  529. } else if ("信义污水厂GFJ2_R_Value".equals(type)) {
  530. industry.setFjTwo(value);
  531. } else if ("信义污水厂GFJ3_R_Value".equals(type)) {
  532. industry.setFjThree(value);
  533. } else if ("信义污水厂GFJ4_R_Value".equals(type)) {
  534. industry.setFjFour(value);
  535. } else if ("信义污水厂GFJ5_R_Value".equals(type)) {
  536. industry.setFjFive(value);
  537. } else if ("信义污水厂GFJ6_R_Value".equals(type)) {
  538. industry.setFjSix(value);
  539. } else if ("信义污水厂GFJ1_KQLL_Value".equals(type)) {
  540. industry.setKqllOne(value);
  541. } else if ("信义污水厂GFJ2_KQLL_Value".equals(type)) {
  542. industry.setKqllTwo(value);
  543. } else if ("信义污水厂GFJ3_KQLL_Value".equals(type)) {
  544. industry.setKqllThree(value);
  545. } else if ("信义污水厂GFJ4_KQLL_Value".equals(type)) {
  546. industry.setKqllFour(value);
  547. } else if ("信义污水厂GFJ5_KQLL_Value".equals(type)) {
  548. industry.setKqllFive(value);
  549. } else if ("信义污水厂GFJ6_KQLL_Value".equals(type)) {
  550. industry.setKqllSix(value);
  551. }else if ("信义污水厂实际碳源加药量".equals(type)) {
  552. industry.setSJTYJLY(value);
  553. }else if ("信义污水厂除磷加药瞬时流量".equals(type)) {
  554. industry.setCLJYSSLL(value);
  555. } else if ("信义污水厂_除磷P04预测值_".equals(type)) {
  556. industry.setCLP04YCZ(value);
  557. }
  558. //只有最后一次才执行数据库添加
  559. if(finalJ == list.size()-1){
  560. needMap.put(industry.getTestHour(), industry);
  561. }
  562. });
  563. }
  564. }
  565. //保存数据 触发告警 决策 问答记录等等
  566. needMap.forEach((k, industry) ->{
  567. System.out.println(JSON.toJSONString(industry));
  568. });
  569. }
  570. }