WindPowerInfo2Service.java 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278
  1. package com.gyee.generation.service;//package com.gyee.generation.service;
  2. import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
  3. import com.gyee.common.contant.ContantXk;
  4. import com.gyee.common.model.PointData;
  5. import com.gyee.common.model.StringUtils;
  6. import com.gyee.generation.init.CacheContext;
  7. import com.gyee.generation.model.auto.*;
  8. import com.gyee.generation.model.vo.CompanyType;
  9. import com.gyee.generation.model.vo.Location;
  10. import com.gyee.generation.model.vo.WpType;
  11. import com.gyee.generation.service.auto.IProEconPowerstationInfoDay2Service;
  12. import com.gyee.generation.util.DateUtils;
  13. import com.gyee.generation.util.realtimesource.IEdosUtil;
  14. import com.gyee.generation.util.statisticcs.Initial;
  15. import org.springframework.stereotype.Service;
  16. import javax.annotation.Resource;
  17. import java.math.BigDecimal;
  18. import java.math.RoundingMode;
  19. import java.util.*;
  20. import java.util.stream.Collectors;
  21. @Service
  22. public class WindPowerInfo2Service {
  23. // private static final Logger logger = LoggerFactory.getLogger(WindPowerInfo2Service.class);
  24. @Resource
  25. private IEdosUtil edosUtil;
  26. @Resource
  27. private IProEconPowerstationInfoDay2Service proEconPowerstationInfoDay2Service;
  28. /**
  29. * 计算区域日信息
  30. */
  31. public void calRegionInfoDay(Date recordDate) {
  32. QueryWrapper<ProEconPowerstationInfoDay2> queryWrapper = new QueryWrapper<>();
  33. queryWrapper.eq("record_date",DateUtils.truncate(recordDate)).eq("location",Location.cp.getValue());
  34. List<ProEconPowerstationInfoDay2> wpinfodayls = proEconPowerstationInfoDay2Service.list(queryWrapper);
  35. // .stream()
  36. // .filter(i -> i.getRecordDate().compareTo(DateUtils.truncate(recordDate)) == 0
  37. //// && CacheContext.wpmap.containsKey(i.getWindpowerstationId())
  38. // && i.getLocation().equals(Location.cp.getValue()))
  39. // .collect(Collectors.toList());
  40. if (!wpinfodayls.isEmpty()) {
  41. Map<String, Map<String, List<ProEconPowerstationInfoDay2>>> rgmap = new HashMap<>();
  42. for (ProEconPowerstationInfoDay2 wpinfo : wpinfodayls) {
  43. if (rgmap.containsKey(wpinfo.getRegionId())) {
  44. Map<String, List<ProEconPowerstationInfoDay2>> map = rgmap.get(wpinfo.getRegionId());
  45. List<ProEconPowerstationInfoDay2> qbls = map.get(CompanyType.qb.id);
  46. List<ProEconPowerstationInfoDay2> fdls = map.get(CompanyType.fd.id);
  47. List<ProEconPowerstationInfoDay2> gfls = map.get(CompanyType.gf.id);
  48. if (wpinfo.getForeignKeyId().contains("-1")) {
  49. fdls.add(wpinfo);
  50. } else if (wpinfo.getForeignKeyId().contains("-2")) {
  51. gfls.add(wpinfo);
  52. } else if (wpinfo.getForeignKeyId().contains("0")) {
  53. qbls.add(wpinfo);
  54. }
  55. } else {
  56. Map<String, List<ProEconPowerstationInfoDay2>> map = new HashMap<>();
  57. List<ProEconPowerstationInfoDay2> qbls = new ArrayList<>();
  58. List<ProEconPowerstationInfoDay2> gfls = new ArrayList<>();
  59. List<ProEconPowerstationInfoDay2> fdls = new ArrayList<>();
  60. if (wpinfo.getForeignKeyId().contains("-1")) {
  61. fdls.add(wpinfo);
  62. } else if (wpinfo.getForeignKeyId().contains("-2")) {
  63. gfls.add(wpinfo);
  64. } else if (wpinfo.getForeignKeyId().contains("0")) {
  65. qbls.add(wpinfo);
  66. }
  67. map.put(CompanyType.qb.id, qbls);
  68. map.put(CompanyType.fd.id, fdls);
  69. map.put(CompanyType.gf.id, gfls);
  70. rgmap.put(wpinfo.getRegionId(), map);
  71. }
  72. }
  73. //判断是否有重复记录,先删除重复记录
  74. QueryWrapper<ProEconPowerstationInfoDay2> queryWrapper2 = new QueryWrapper<>();
  75. queryWrapper2.eq("record_date",DateUtils.truncate(recordDate)).eq("location",Location.rg.getValue());
  76. List<String> idls = proEconPowerstationInfoDay2Service.list(queryWrapper2).stream()
  77. // .filter(i -> i.getRecordDate().compareTo(DateUtils.truncate(recordDate)) == 0
  78. //// && CacheContext.wpmap.containsKey(i.getWindpowerstationId())
  79. // && i.getLocation().equals(Location.rg.getValue()))
  80. .map(ProEconPowerstationInfoDay2::getId)
  81. .collect(Collectors.toList());
  82. if (idls.size() > 0) {
  83. proEconPowerstationInfoDay2Service.removeByIds(idls);
  84. }
  85. for (Map.Entry<String, Map<String, List<ProEconPowerstationInfoDay2>>> entry : rgmap.entrySet()) {
  86. Map<String, List<ProEconPowerstationInfoDay2>> map = entry.getValue();
  87. List<ProEconPowerstationInfoDay2> qbls = map.get(CompanyType.qb.id);
  88. List<ProEconPowerstationInfoDay2> fdls = map.get(CompanyType.fd.id);
  89. List<ProEconPowerstationInfoDay2> gfls = map.get(CompanyType.gf.id);
  90. // if(CacheContext.cpwpmap.size()==qbls.size())
  91. // {
  92. ProEconPowerstationInfoDay2 qb = new ProEconPowerstationInfoDay2();
  93. ProEconPowerstationInfoDay2 fd = new ProEconPowerstationInfoDay2();
  94. ProEconPowerstationInfoDay2 gf = new ProEconPowerstationInfoDay2();
  95. if (CacheContext.rgmap.containsKey(entry.getKey())) {
  96. ProBasicRegion cp = CacheContext.rgmap.get(entry.getKey());
  97. gf.setRegionId(cp.getId());
  98. gf.setRecordDate(DateUtils.truncate(recordDate));
  99. gf.setForeignKeyId(cp.getId()+"-2");
  100. gf.setLocation(Location.rg.getValue());
  101. fd.setRegionId(cp.getId());
  102. fd.setRecordDate(DateUtils.truncate(recordDate));
  103. fd.setForeignKeyId(cp.getId()+"-1");
  104. fd.setLocation(Location.rg.getValue());
  105. qb.setRegionId(cp.getId());
  106. qb.setRecordDate(DateUtils.truncate(recordDate));
  107. qb.setForeignKeyId(cp.getId()+"0");
  108. qb.setLocation(Location.rg.getValue());
  109. Initial.initial(qb);
  110. Initial.initial(fd);
  111. Initial.initial(gf);
  112. //计算区域级全部
  113. calCp(qb, qbls);
  114. //计算公司级风电场站
  115. calCp(fd, fdls);
  116. //计算公司级光电场站
  117. calCp(gf, gfls);
  118. proEconPowerstationInfoDay2Service.save(qb);
  119. proEconPowerstationInfoDay2Service.save(fd);
  120. proEconPowerstationInfoDay2Service.save(gf);
  121. }
  122. // }else
  123. // {
  124. // logger.debug("公司所属场站数量与保存的场站日信息数量不一致,未进行{0}统计-------结束", entry.getKey());
  125. //
  126. // }
  127. }
  128. }
  129. }
  130. /**
  131. * 计算公司日信息
  132. */
  133. public void calCompanyInfoDay(Date recordDate) {
  134. QueryWrapper<ProEconPowerstationInfoDay2> queryWrapper = new QueryWrapper<>();
  135. queryWrapper.eq("record_date",DateUtils.truncate(recordDate)).eq("location",Location.wp.getValue());
  136. List<ProEconPowerstationInfoDay2> wpinfodayls = proEconPowerstationInfoDay2Service.list(queryWrapper);
  137. // .stream()
  138. // .filter(i -> i.getRecordDate().compareTo(DateUtils.truncate(recordDate)) == 0
  139. //// && CacheContext.wpmap.containsKey(i.getWindpowerstationId())
  140. // && i.getLocation().equals(Location.wp.getValue()))
  141. // .collect(Collectors.toList());
  142. if (!wpinfodayls.isEmpty()) {
  143. Map<String, Map<String, List<ProEconPowerstationInfoDay2>>> cpmap = new HashMap<>();
  144. for (ProEconPowerstationInfoDay2 wpinfo : wpinfodayls) {
  145. if (cpmap.containsKey(wpinfo.getCompanyId())) {
  146. Map<String, List<ProEconPowerstationInfoDay2>> map = cpmap.get(wpinfo.getCompanyId());
  147. List<ProEconPowerstationInfoDay2> qbls = map.get(CompanyType.qb.id);
  148. List<ProEconPowerstationInfoDay2> fdls = map.get(CompanyType.fd.id);
  149. List<ProEconPowerstationInfoDay2> gfls = map.get(CompanyType.gf.id);
  150. if (wpinfo.getWindpowerstationId().contains(WpType.FDC.id)) {
  151. fdls.add(wpinfo);
  152. } else {
  153. gfls.add(wpinfo);
  154. }
  155. qbls.add(wpinfo);
  156. } else {
  157. Map<String, List<ProEconPowerstationInfoDay2>> map = new HashMap<>();
  158. List<ProEconPowerstationInfoDay2> qbls = new ArrayList<>();
  159. List<ProEconPowerstationInfoDay2> gfls = new ArrayList<>();
  160. List<ProEconPowerstationInfoDay2> fdls = new ArrayList<>();
  161. if (wpinfo.getWindpowerstationId().contains(WpType.FDC.id)) {
  162. fdls.add(wpinfo);
  163. } else {
  164. gfls.add(wpinfo);
  165. }
  166. qbls.add(wpinfo);
  167. map.put(CompanyType.qb.id, qbls);
  168. map.put(CompanyType.fd.id, fdls);
  169. map.put(CompanyType.gf.id, gfls);
  170. cpmap.put(wpinfo.getCompanyId(), map);
  171. }
  172. }
  173. //判断是否有重复记录,先删除重复记录
  174. QueryWrapper<ProEconPowerstationInfoDay2> queryWrapper2 = new QueryWrapper<>();
  175. queryWrapper2.eq("record_date",DateUtils.truncate(recordDate)).eq("location",Location.cp.getValue());
  176. List<String> idls = proEconPowerstationInfoDay2Service.list(queryWrapper2).stream()
  177. // .filter(i -> i.getRecordDate().compareTo(DateUtils.truncate(recordDate)) == 0
  178. //// && CacheContext.wpmap.containsKey(i.getWindpowerstationId())
  179. // && i.getLocation().equals(Location.cp.getValue()))
  180. .map(ProEconPowerstationInfoDay2::getId)
  181. .collect(Collectors.toList());
  182. if (idls.size() > 0) {
  183. proEconPowerstationInfoDay2Service.removeByIds(idls);
  184. }
  185. for (Map.Entry<String, Map<String, List<ProEconPowerstationInfoDay2>>> entry : cpmap.entrySet()) {
  186. Map<String, List<ProEconPowerstationInfoDay2>> map = entry.getValue();
  187. List<ProEconPowerstationInfoDay2> qbls = map.get(CompanyType.qb.id);
  188. List<ProEconPowerstationInfoDay2> fdls = map.get(CompanyType.fd.id);
  189. List<ProEconPowerstationInfoDay2> gfls = map.get(CompanyType.gf.id);
  190. // if(CacheContext.cpwpmap.size()==qbls.size())
  191. // {
  192. ProEconPowerstationInfoDay2 qb = new ProEconPowerstationInfoDay2();
  193. ProEconPowerstationInfoDay2 fd = new ProEconPowerstationInfoDay2();
  194. ProEconPowerstationInfoDay2 gf = new ProEconPowerstationInfoDay2();
  195. if (CacheContext.cpmap.containsKey(entry.getKey())) {
  196. ProBasicCompany cp = CacheContext.cpmap.get(entry.getKey());
  197. gf.setRegionId(cp.getRegionId());
  198. gf.setCompanyId(cp.getId());
  199. gf.setRecordDate(DateUtils.truncate(recordDate));
  200. gf.setForeignKeyId(cp.getId()+"-2");
  201. gf.setLocation(Location.cp.getValue());
  202. fd.setRegionId(cp.getRegionId());
  203. fd.setCompanyId(cp.getId());
  204. fd.setRecordDate(DateUtils.truncate(recordDate));
  205. fd.setForeignKeyId(cp.getId()+"-1");
  206. fd.setLocation(Location.cp.getValue());
  207. qb.setRegionId(cp.getRegionId());
  208. qb.setCompanyId(cp.getId());
  209. qb.setRecordDate(DateUtils.truncate(recordDate));
  210. qb.setForeignKeyId(cp.getId()+"0");
  211. qb.setLocation(Location.cp.getValue());
  212. Initial.initial(qb);
  213. Initial.initial(fd);
  214. Initial.initial(gf);
  215. //计算公司级全部场站
  216. calCp(qb, qbls);
  217. //计算公司级风电场站
  218. calCp(fd, fdls);
  219. //计算公司级光电场站
  220. calCp(gf, gfls);
  221. proEconPowerstationInfoDay2Service.save(qb);
  222. proEconPowerstationInfoDay2Service.save(fd);
  223. proEconPowerstationInfoDay2Service.save(gf);
  224. }
  225. // }else
  226. // {
  227. // logger.debug("公司所属场站数量与保存的场站日信息数量不一致,未进行{0}统计-------结束", entry.getKey());
  228. //
  229. // }
  230. }
  231. }
  232. }
  233. private void calCp(ProEconPowerstationInfoDay2 pewp, List<ProEconPowerstationInfoDay2> ls) {
  234. if (!ls.isEmpty()) {
  235. for (ProEconPowerstationInfoDay2 pepid : ls) {
  236. //日合计故障小时(明细)
  237. pewp.setRhjgzxsmx(StringUtils.round(pewp.getRhjgzxsmx() + pepid.getRhjgzxsmx(), 2));
  238. //日合计场内受累故障小时(明细)
  239. pewp.setRhjcnslgzxsmx(StringUtils.round(pewp.getRhjcnslgzxsmx() + pepid.getRhjcnslgzxsmx(), 2));
  240. //日合计检修小时(明细)
  241. pewp.setRhjjxxsmx(StringUtils.round(pewp.getRhjjxxsmx() + pepid.getRhjjxxsmx(), 2));
  242. //日合计场内受累检修小时(明细)
  243. pewp.setRhjcnsljxxsmx(StringUtils.round(pewp.getRhjcnsljxxsmx() + pepid.getRhjcnsljxxsmx(), 2));
  244. //日合计待机小时(明细)
  245. pewp.setRhjdjxsmx(StringUtils.round(pewp.getRhjdjxsmx() + pepid.getRhjdjxsmx(), 2));
  246. //日合计缺陷降出力小时(明细)
  247. pewp.setRhjqxjclxsmx(StringUtils.round(pewp.getRhjqxjclxsmx() + pepid.getRhjqxjclxsmx(), 2));
  248. //日合计手动停机小时(明细)
  249. pewp.setRhjsdtjxsmx(StringUtils.round(pewp.getRhjsdtjxsmx() + pepid.getRhjsdtjxsmx(), 2));
  250. //日合计性能小时(明细)
  251. pewp.setRhjbwxsmx(StringUtils.round(pewp.getRhjbwxsmx() + pepid.getRhjbwxsmx(), 2));
  252. //日合计限电停机小时(明细)
  253. pewp.setRhjxdtjxsmx(StringUtils.round(pewp.getRhjxdtjxsmx() + pepid.getRhjxdtjxsmx(), 2));
  254. //日合计限电降出力小时(明细)
  255. pewp.setRhjxdjclxsmx(StringUtils.round(pewp.getRhjxdjclxsmx() + pepid.getRhjxdjclxsmx(), 2));
  256. //日合计场外受累电网小时(明细)
  257. pewp.setRhjcwsldwxsmx(StringUtils.round(pewp.getRhjcwsldwxsmx() + pepid.getRhjcwsldwxsmx(), 2));
  258. //日合计场外受累电网小时(明细)
  259. pewp.setRhjcwsltqxsmx(StringUtils.round(pewp.getRhjcwsltqxsmx() + pepid.getRhjcwsltqxsmx(), 2));
  260. //日合计通讯中断小时(明细)
  261. pewp.setRhjtxzdxsmx(StringUtils.round(pewp.getRhjtxzdxsmx() + pepid.getRhjtxzdxsmx(), 2));
  262. //日合计离线小时(明细)
  263. pewp.setRhjlxxsmx(StringUtils.round(pewp.getRhjlxxsmx() + pepid.getRhjlxxsmx(), 2));
  264. //月合计故障小时(明细)
  265. pewp.setYhjgzxsmx(StringUtils.round(pewp.getYhjgzxsmx() + pepid.getYhjgzxsmx(), 2));
  266. //月合计场内受累故障小时(明细)
  267. pewp.setYhjcnslgzxsmx(StringUtils.round(pewp.getYhjcnslgzxsmx() + pepid.getYhjcnslgzxsmx(), 2));
  268. //月合计检修小时(明细)
  269. pewp.setYhjjxxsmx(StringUtils.round(pewp.getYhjjxxsmx() + pepid.getYhjjxxsmx(), 2));
  270. //月合计场内受累检修小时(明细)
  271. pewp.setYhjcnsljxxsmx(StringUtils.round(pewp.getYhjcnsljxxsmx() + pepid.getYhjcnsljxxsmx(), 2));
  272. //月合计待机小时(明细)
  273. pewp.setYhjdjxsmx(StringUtils.round(pewp.getYhjdjxsmx() + pepid.getYhjdjxsmx(), 2));
  274. //月合计缺陷降出力小时(明细)
  275. pewp.setYhjqxjclxsmx(StringUtils.round(pewp.getYhjqxjclxsmx() + pepid.getYhjqxjclxsmx(), 2));
  276. //月合计手动停机小时(明细)
  277. pewp.setYhjsdtjxsmx(StringUtils.round(pewp.getYhjsdtjxsmx() + pepid.getYhjsdtjxsmx(), 2));
  278. //月合计性能小时(明细)
  279. pewp.setYhjbwxsmx(StringUtils.round(pewp.getYhjbwxsmx() + pepid.getYhjbwxsmx(), 2));
  280. //月合计限电停机小时(明细)
  281. pewp.setYhjxdtjxsmx(StringUtils.round(pewp.getYhjxdtjxsmx() + pepid.getYhjxdtjxsmx(), 2));
  282. //月合计限电降出力小时(明细)
  283. pewp.setYhjxdjclxsmx(StringUtils.round(pewp.getYhjxdjclxsmx() + pepid.getYhjxdjclxsmx(), 2));
  284. //月合计场外受累电网小时(明细)
  285. pewp.setYhjcwsldwxsmx(StringUtils.round(pewp.getYhjcwsldwxsmx() + pepid.getYhjcwsldwxsmx(), 2));
  286. //月合计场外受累电网小时(明细)
  287. pewp.setYhjcwsltqxsmx(StringUtils.round(pewp.getYhjcwsltqxsmx() + pepid.getYhjcwsltqxsmx(), 2));
  288. //月合计通讯中断小时(明细)
  289. pewp.setYhjtxzdxsmx(StringUtils.round(pewp.getYhjtxzdxsmx() + pepid.getYhjtxzdxsmx(), 2));
  290. //月合计离线小时(明细)
  291. pewp.setYhjlxxsmx(StringUtils.round(pewp.getYhjlxxsmx() + pepid.getYhjlxxsmx(), 2));
  292. //年合计故障小时(明细)
  293. pewp.setNhjgzxsmx(StringUtils.round(pewp.getNhjgzxsmx() + pepid.getNhjgzxsmx(), 2));
  294. //年合计场内受累故障小时(明细)
  295. pewp.setNhjcnslgzxsmx(StringUtils.round(pewp.getNhjcnslgzxsmx() + pepid.getNhjcnslgzxsmx(), 2));
  296. //年合计检修小时(明细)
  297. pewp.setNhjjxxsmx(StringUtils.round(pewp.getNhjjxxsmx() + pepid.getNhjjxxsmx(), 2));
  298. //年合计场内受累检修小时(明细)
  299. pewp.setNhjcnsljxxsmx(StringUtils.round(pewp.getNhjcnsljxxsmx() + pepid.getNhjcnsljxxsmx(), 2));
  300. //年合计待机小时(明细)
  301. pewp.setNhjdjxsmx(StringUtils.round(pewp.getNhjdjxsmx() + pepid.getNhjdjxsmx(), 2));
  302. //年合计缺陷降出力小时(明细)
  303. pewp.setNhjqxjclxsmx(StringUtils.round(pewp.getNhjqxjclxsmx() + pepid.getNhjqxjclxsmx(), 2));
  304. //年合计手动停机小时(明细)
  305. pewp.setNhjsdtjxsmx(StringUtils.round(pewp.getNhjsdtjxsmx() + pepid.getNhjsdtjxsmx(), 2));
  306. //年合计性能小时(明细)
  307. pewp.setNhjbwxsmx(StringUtils.round(pewp.getNhjbwxsmx() + pepid.getNhjbwxsmx(), 2));
  308. //年合计限电停机小时(明细)
  309. pewp.setNhjxdtjxsmx(StringUtils.round(pewp.getNhjxdtjxsmx() + pepid.getNhjxdtjxsmx(), 2));
  310. //年合计限电降出力小时(明细)
  311. pewp.setNhjxdjclxsmx(StringUtils.round(pewp.getNhjxdjclxsmx() + pepid.getNhjxdjclxsmx(), 2));
  312. //年合计场外受累电网小时(明细)
  313. pewp.setNhjcwsldwxsmx(StringUtils.round(pewp.getNhjcwsldwxsmx() + pepid.getNhjcwsldwxsmx(), 2));
  314. //年合计场外受累电网小时(明细)
  315. pewp.setNhjcwsltqxsmx(StringUtils.round(pewp.getNhjcwsltqxsmx() + pepid.getNhjcwsltqxsmx(), 2));
  316. //年合计通讯中断小时(明细)
  317. pewp.setNhjtxzdxsmx(StringUtils.round(pewp.getNhjtxzdxsmx() + pepid.getNhjtxzdxsmx(), 2));
  318. //年合计离线小时(明细)
  319. pewp.setNhjlxxsmx(StringUtils.round(pewp.getNhjlxxsmx() + pepid.getNhjlxxsmx(), 2));
  320. }
  321. }
  322. }
  323. /**
  324. * 计算场站日信息
  325. */
  326. public void calWindpowerInfoDay(Date recordDate) throws Exception {
  327. Calendar c = Calendar.getInstance();
  328. c.setTime(recordDate);
  329. Date end = c.getTime();
  330. Date begin = DateUtils.truncate(c.getTime());
  331. List<ProEconPowerstationInfoDay2> dayls=new ArrayList<>();
  332. for (ProBasicPowerstation wp : CacheContext.wpls) {
  333. if (CacheContext.wppointmap.containsKey(wp.getId())) {
  334. // Map<String, ProBasicPowerstationPoint> pointmap=CacheContext.wppointmap.get(wp.getId());
  335. ProEconPowerstationInfoDay2 pewp = new ProEconPowerstationInfoDay2();
  336. Initial.initial(pewp);
  337. pewp.setRegionId(wp.getRegionId());
  338. pewp.setCompanyId(wp.getCompanyId());
  339. pewp.setRecordDate(DateUtils.truncate(recordDate));
  340. pewp.setForeignKeyId(wp.getId());
  341. pewp.setWindpowerstationId(wp.getId());
  342. pewp.setLocation(Location.wp.getValue());
  343. //昨日的统计结果
  344. List<ProEconPowerstationInfoDay2> pepidls = new ArrayList<>();
  345. Calendar cl = Calendar.getInstance();
  346. cl.setTime(recordDate);
  347. //昨日的统计结果
  348. cl.add(Calendar.DAY_OF_MONTH, -1);
  349. if (cl.get(Calendar.DAY_OF_MONTH) != 1) {
  350. QueryWrapper<ProEconPowerstationInfoDay2> queryWrapper2 = new QueryWrapper<>();
  351. queryWrapper2.eq("record_date",DateUtils.truncate(cl.getTime()))
  352. .eq("windpowerstation_id","wp.getId()")
  353. .eq("location",Location.wp.getValue());
  354. pepidls = proEconPowerstationInfoDay2Service.list(queryWrapper2);
  355. // .stream()
  356. // .filter(i -> i.getRecordDate().compareTo(DateUtils.truncate(cl.getTime())) == 0
  357. //
  358. // && i.getLocation().equals(Location.wp.getValue())
  359. // && i.getWindpowerstationId().equals(wp.getId())
  360. // )
  361. // .collect(Collectors.toList());
  362. }
  363. calDetiall(pewp, end, begin, CacheContext.wpwtmap.get(wp.getId()), pepidls);
  364. calSimple(pewp, end, begin, CacheContext.wpwtmap.get(wp.getId()), pepidls);
  365. //*******************************************年信息统计*********************************************************/
  366. // wpinfodayls.add(pewp);
  367. dayls.add(pewp);
  368. // proEconPowerstationInfoDay2Service.save(pewp);
  369. }
  370. }
  371. //判断是否有重复记录,先删除重复记录
  372. QueryWrapper<ProEconPowerstationInfoDay2> queryWrapper = new QueryWrapper<>();
  373. queryWrapper.eq("record_date",DateUtils.truncate(recordDate)).eq("location",Location.wp.getValue());
  374. List<String> idls = proEconPowerstationInfoDay2Service.list(queryWrapper).stream()
  375. // .filter(i -> i.getRecordDate().compareTo(DateUtils.truncate(recordDate)) == 0
  376. // && CacheContext.wpmap.containsKey(i.getWindpowerstationId())
  377. // && i.getLocation().equals(Location.wp.getValue()))
  378. .map(ProEconPowerstationInfoDay2::getId)
  379. .collect(Collectors.toList());
  380. if (idls.size() > 0) {
  381. proEconPowerstationInfoDay2Service.removeByIds(idls);
  382. }
  383. List<ProEconPowerstationInfoDay2> templs=new ArrayList<>();
  384. for(ProEconPowerstationInfoDay2 vo:dayls)
  385. {
  386. templs.add(vo);
  387. if(templs.size()==1000)
  388. {
  389. proEconPowerstationInfoDay2Service.saveBatch(templs);
  390. templs=new ArrayList<>();
  391. }
  392. }
  393. if(!templs.isEmpty())
  394. {
  395. proEconPowerstationInfoDay2Service.saveBatch(templs);
  396. }
  397. // proEconPowerstationInfoDay2Service.saveBatch(dayls);
  398. }
  399. /**
  400. * 计算项目日信息
  401. */
  402. public void calProjectInfoDay(Date recordDate) throws Exception {
  403. Calendar c = Calendar.getInstance();
  404. c.setTime(recordDate);
  405. Date end = c.getTime();
  406. Date begin = DateUtils.truncate(c.getTime());
  407. List<ProEconPowerstationInfoDay2> dayls=new ArrayList<>();
  408. for (ProBasicProject pj : CacheContext.pjls) {
  409. // if(CacheContext.wppointmap.containsKey(pj.getId()))
  410. // {
  411. // Map<String, ProBasicPowerstationPoint> pointmap=CacheContext.wppointmap.get(pj.getId());
  412. ProEconPowerstationInfoDay2 pewp = new ProEconPowerstationInfoDay2();
  413. if (CacheContext.wpmap.containsKey(pj.getWindpowerstationId())) {
  414. ProBasicPowerstation wp = CacheContext.wpmap.get(pj.getWindpowerstationId());
  415. pewp.setRegionId(wp.getRegionId());
  416. pewp.setCompanyId(wp.getCompanyId());
  417. }
  418. Initial.initial(pewp);
  419. pewp.setForeignKeyId(pj.getId());
  420. pewp.setWindpowerstationId(pj.getWindpowerstationId());
  421. pewp.setProjectId(pj.getId());
  422. pewp.setLocation(Location.pj.getValue());
  423. pewp.setRecordDate(DateUtils.truncate(recordDate));
  424. //昨日的统计结果
  425. List<ProEconPowerstationInfoDay2> pepidls = new ArrayList<>();
  426. Calendar cl = Calendar.getInstance();
  427. cl.setTime(recordDate);
  428. //昨日的统计结果
  429. cl.add(Calendar.DAY_OF_MONTH, -1);
  430. if (cl.get(Calendar.DAY_OF_MONTH) != 1) {
  431. QueryWrapper<ProEconPowerstationInfoDay2> queryWrapper2 = new QueryWrapper<>();
  432. queryWrapper2.eq("record_date",DateUtils.truncate(cl.getTime()))
  433. .eq("location",Location.pj.getValue())
  434. .eq("project_id",pj.getId());
  435. pepidls = proEconPowerstationInfoDay2Service.list(queryWrapper2);
  436. // .stream()
  437. // .filter(i -> i.getRecordDate().compareTo(DateUtils.truncate(cl.getTime())) == 0
  438. //
  439. // && i.getLocation().equals(Location.pj.getValue())
  440. // && i.getProjectId().equals(pj.getId())
  441. // )
  442. // .collect(Collectors.toList());
  443. }
  444. calDetiall(pewp, end, begin, CacheContext.pjwtmap.get(pj.getId()), pepidls);
  445. calSimple(pewp, end, begin, CacheContext.pjwtmap.get(pj.getId()), pepidls);
  446. dayls.add(pewp);
  447. // proEconPowerstationInfoDay2Service.save(pewp);
  448. // }
  449. }
  450. //判断是否有重复记录,先删除重复记录
  451. QueryWrapper<ProEconPowerstationInfoDay2> queryWrapper = new QueryWrapper<>();
  452. queryWrapper.eq("record_date",DateUtils.truncate(recordDate))
  453. .eq("location",Location.pj.getValue());
  454. List<String> idls = proEconPowerstationInfoDay2Service.list(queryWrapper).stream()
  455. // .filter(i -> i.getRecordDate().compareTo(DateUtils.truncate(recordDate)) == 0
  456. // && CacheContext.pjmap.containsKey(i.getProjectId())
  457. // && i.getLocation().equals(Location.pj.getValue()))
  458. .map(ProEconPowerstationInfoDay2::getId)
  459. .collect(Collectors.toList());
  460. if (idls.size() > 0) {
  461. proEconPowerstationInfoDay2Service.removeByIds(idls);
  462. }
  463. List<ProEconPowerstationInfoDay2> templs=new ArrayList<>();
  464. for(ProEconPowerstationInfoDay2 vo:dayls)
  465. {
  466. templs.add(vo);
  467. if(templs.size()==1000)
  468. {
  469. proEconPowerstationInfoDay2Service.saveBatch(templs);
  470. templs=new ArrayList<>();
  471. }
  472. }
  473. if(!templs.isEmpty())
  474. {
  475. proEconPowerstationInfoDay2Service.saveBatch(templs);
  476. }
  477. // proEconPowerstationInfoDay2Service.saveBatch(dayls);
  478. }
  479. /**
  480. * 计算线路日信息
  481. */
  482. public void calLineInfoDay(Date recordDate) throws Exception {
  483. Calendar c = Calendar.getInstance();
  484. c.setTime(recordDate);
  485. Date end = c.getTime();
  486. Date begin = DateUtils.truncate(c.getTime());
  487. List<ProEconPowerstationInfoDay2> dayls=new ArrayList<>();
  488. for (ProBasicLine ln : CacheContext.lnls) {
  489. // if(CacheContext.wppointmap.containsKey(ln.getId()))
  490. // {
  491. // Map<String, ProBasicPowerstationPoint> pointmap=CacheContext.wppointmap.get(ln.getId());
  492. ProEconPowerstationInfoDay2 pewp = new ProEconPowerstationInfoDay2();
  493. if (CacheContext.pjmap.containsKey(ln.getProjectId())) {
  494. ProBasicProject pj = CacheContext.pjmap.get(ln.getProjectId());
  495. if (CacheContext.wpmap.containsKey(pj.getWindpowerstationId())) {
  496. ProBasicPowerstation wp = CacheContext.wpmap.get(pj.getWindpowerstationId());
  497. pewp.setRegionId(wp.getRegionId());
  498. pewp.setCompanyId(wp.getCompanyId());
  499. pewp.setWindpowerstationId(wp.getId());
  500. }
  501. }
  502. Initial.initial(pewp);
  503. pewp.setForeignKeyId(ln.getId());
  504. pewp.setLineId(ln.getId());
  505. pewp.setLocation(Location.ln.getValue());
  506. pewp.setProjectId(ln.getProjectId());
  507. pewp.setRecordDate(DateUtils.truncate(recordDate));
  508. //昨日的统计结果
  509. List<ProEconPowerstationInfoDay2> pepidls = new ArrayList<>();
  510. Calendar cl = Calendar.getInstance();
  511. cl.setTime(recordDate);
  512. //昨日的统计结果
  513. cl.add(Calendar.DAY_OF_MONTH, -1);
  514. if (cl.get(Calendar.DAY_OF_MONTH) != 1) {
  515. QueryWrapper<ProEconPowerstationInfoDay2> queryWrapper2 = new QueryWrapper<>();
  516. queryWrapper2.eq("record_date",DateUtils.truncate(cl.getTime()))
  517. .eq("location",Location.ln.getValue())
  518. .eq("line_id",ln.getId());
  519. pepidls = proEconPowerstationInfoDay2Service.list(queryWrapper2);
  520. // .stream()
  521. // .filter(i -> i.getRecordDate().compareTo(DateUtils.truncate(cl.getTime())) == 0
  522. // && i.getLocation().equals(Location.ln.getValue())
  523. // && i.getLineId().equals(ln.getId())
  524. // )
  525. // .collect(Collectors.toList());
  526. }
  527. calDetiall(pewp, end, begin, CacheContext.lnwtmap.get(ln.getId()), pepidls);
  528. calSimple(pewp, end, begin, CacheContext.lnwtmap.get(ln.getId()), pepidls);
  529. dayls.add(pewp);
  530. // proEconPowerstationInfoDay2Service.save(pewp);
  531. }
  532. // }
  533. //判断是否有重复记录,先删除重复记录
  534. QueryWrapper<ProEconPowerstationInfoDay2> queryWrapper = new QueryWrapper<>();
  535. queryWrapper.eq("record_date",DateUtils.truncate(recordDate))
  536. .eq("location",Location.ln.getValue());
  537. List<String> idls = proEconPowerstationInfoDay2Service.list(queryWrapper).stream()
  538. // .filter(i -> i.getRecordDate().compareTo(DateUtils.truncate(recordDate)) == 0
  539. // && CacheContext.lnmap.containsKey(i.getLineId())
  540. // && i.getLocation().equals(Location.ln.getValue()))
  541. .map(ProEconPowerstationInfoDay2::getId)
  542. .collect(Collectors.toList());
  543. if (idls.size() > 0) {
  544. proEconPowerstationInfoDay2Service.removeByIds(idls);
  545. }
  546. List<ProEconPowerstationInfoDay2> templs=new ArrayList<>();
  547. for(ProEconPowerstationInfoDay2 vo:dayls)
  548. {
  549. templs.add(vo);
  550. if(templs.size()==1000)
  551. {
  552. proEconPowerstationInfoDay2Service.saveBatch(templs);
  553. templs=new ArrayList<>();
  554. }
  555. }
  556. if(!templs.isEmpty())
  557. {
  558. proEconPowerstationInfoDay2Service.saveBatch(templs);
  559. }
  560. // proEconPowerstationInfoDay2Service.saveBatch(dayls);
  561. }
  562. private void calDetiall(ProEconPowerstationInfoDay2 pewp, Date end, Date begin, List<ProBasicEquipment> wtls, List<ProEconPowerstationInfoDay2> pepidls) throws Exception {
  563. // // 0 待机
  564. // 1 手动停机
  565. // 2 正常发电
  566. // 3 发电降出力
  567. // 4 故障
  568. // 5 故障受累
  569. // 6 检修
  570. // 7 检修受累
  571. // 8 限电降出力
  572. // 9 限电停机
  573. // 10 电网受累
  574. // 11 环境受累
  575. // 12 通讯中断
  576. // 13 设备离线
  577. double lastState;//上一分钟状态
  578. double djsc = 0;//待机时长
  579. double sdtjsc = 0;//手动停机时长
  580. double zcfdsc = 0;//正常发电时长
  581. double fdjclsc = 0;//发电降出力时长
  582. double gzsc = 0;//故障时长
  583. double gzslsc = 0;//故障受累时长
  584. double jxsc = 0;//检修时长
  585. double jxslsc = 0;//检修受累时长
  586. double xdjclsc = 0;//限电降出力时长
  587. double xdtjsc = 0;//限电停机时长
  588. double dwslsc = 0;//电网受累时长
  589. double hjslsc = 0;//环境受累时长
  590. double txzdsc = 0;//通讯中断时长
  591. double sblxsc = 0;//设备离线时长
  592. Map<String, Map<String, ProBasicEquipmentPoint>> wtpAimap = CacheContext.wtpAimap;
  593. if(!wtls.isEmpty())
  594. {
  595. for (ProBasicEquipment wt : wtls) {
  596. lastState = -1;//上一分钟状态
  597. Map<String, ProBasicEquipmentPoint> aimap = wtpAimap.get(wt.getId());
  598. if (aimap.containsKey(ContantXk.MXZT)) {
  599. ProBasicEquipmentPoint point = aimap.get(ContantXk.MXZT);
  600. //按照分钟时间进行统计状态快照值
  601. List<PointData> pointls = edosUtil.getHistoryDatasSnap(point.getNemCode(), begin.getTime() / 1000, end.getTime() / 1000);
  602. if (!pointls.isEmpty()) {
  603. for (PointData po : pointls) {
  604. if (po.getPointValueInDouble() == 0) {
  605. if (lastState != po.getPointValueInDouble()) {
  606. //将当前状态保存到上一分钟状态
  607. lastState = po.getPointValueInDouble();
  608. }
  609. //待机时长加1分钟
  610. djsc++;
  611. } else if (po.getPointValueInDouble() == 1) {
  612. if (lastState != po.getPointValueInDouble()) {
  613. //将当前状态保存到上一分钟状态
  614. lastState = po.getPointValueInDouble();
  615. }
  616. //手动停机时长加1分钟
  617. sdtjsc++;
  618. } else if (po.getPointValueInDouble() == 2) {
  619. if (lastState != po.getPointValueInDouble()) {
  620. //将当前状态保存到上一分钟状态
  621. lastState = po.getPointValueInDouble();
  622. }
  623. //正常发电时长加1分钟
  624. zcfdsc++;
  625. } else if (po.getPointValueInDouble() == 3) {
  626. if (lastState != po.getPointValueInDouble()) {
  627. //将当前状态保存到上一分钟状态
  628. lastState = po.getPointValueInDouble();
  629. }
  630. //发电降出力时长加1分钟
  631. fdjclsc++;
  632. } else if (po.getPointValueInDouble() == 4) {
  633. if (lastState != po.getPointValueInDouble()) {
  634. //将当前状态保存到上一分钟状态
  635. lastState = po.getPointValueInDouble();
  636. }
  637. //故障时长加1分钟
  638. gzsc++;
  639. } else if (po.getPointValueInDouble() == 5) {
  640. if (lastState != po.getPointValueInDouble()) {
  641. //将当前状态保存到上一分钟状态
  642. lastState = po.getPointValueInDouble();
  643. }
  644. //故障受累时长加1分钟
  645. gzslsc++;
  646. } else if (po.getPointValueInDouble() == 6) {
  647. if (lastState != po.getPointValueInDouble()) {
  648. //将当前状态保存到上一分钟状态
  649. lastState = po.getPointValueInDouble();
  650. }
  651. //检修时长加1分钟
  652. jxsc++;
  653. } else if (po.getPointValueInDouble() == 7) {
  654. if (lastState != po.getPointValueInDouble()) {
  655. //将当前状态保存到上一分钟状态
  656. lastState = po.getPointValueInDouble();
  657. }
  658. //检修受累时长加1分钟
  659. jxslsc++;
  660. } else if (po.getPointValueInDouble() == 8) {
  661. if (lastState != po.getPointValueInDouble()) {
  662. //将当前状态保存到上一分钟状态
  663. lastState = po.getPointValueInDouble();
  664. }
  665. //限电降出力时长加1分钟
  666. xdjclsc++;
  667. } else if (po.getPointValueInDouble() == 9) {
  668. if (lastState != po.getPointValueInDouble()) {
  669. //将当前状态保存到上一分钟状态
  670. lastState = po.getPointValueInDouble();
  671. }
  672. //限电停机时长加1分钟
  673. xdtjsc++;
  674. } else if (po.getPointValueInDouble() == 10) {
  675. if (lastState != po.getPointValueInDouble()) {
  676. //将当前状态保存到上一分钟状态
  677. lastState = po.getPointValueInDouble();
  678. }
  679. //电网受累时长加1分钟
  680. dwslsc++;
  681. } else if (po.getPointValueInDouble() == 11) {
  682. if (lastState != po.getPointValueInDouble()) {
  683. //将当前状态保存到上一分钟状态
  684. lastState = po.getPointValueInDouble();
  685. }
  686. //环境受累时长加1分钟
  687. hjslsc++;
  688. } else if (po.getPointValueInDouble() == 12) {
  689. if (lastState != po.getPointValueInDouble()) {
  690. //将当前状态保存到上一分钟状态
  691. lastState = po.getPointValueInDouble();
  692. }
  693. //通讯中断时长加1分钟
  694. txzdsc++;
  695. } else if (po.getPointValueInDouble() == 13) {
  696. if (lastState != po.getPointValueInDouble()) {
  697. //将当前状态保存到上一分钟状态
  698. lastState = po.getPointValueInDouble();
  699. }
  700. //设备离线时长加1分钟
  701. sblxsc++;
  702. }
  703. }
  704. }
  705. }
  706. }
  707. }
  708. //日合计故障小时(明细)
  709. pewp.setRhjgzxsmx(new BigDecimal(gzsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  710. //日合计场内受累故障小时(明细)
  711. pewp.setRhjcnslgzxsmx(new BigDecimal(gzslsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  712. //日合计检修小时(明细)
  713. pewp.setRhjjxxsmx(new BigDecimal(jxsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  714. //日合计场内受累检修小时(明细)
  715. pewp.setRhjcnsljxxsmx(new BigDecimal(jxslsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  716. //日合计待机小时(明细)
  717. pewp.setRhjdjxsmx(new BigDecimal(djsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  718. //日合计缺陷降出力小时(明细)
  719. pewp.setRhjqxjclxsmx(new BigDecimal(fdjclsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  720. //日合计手动停机小时(明细)
  721. pewp.setRhjsdtjxsmx(new BigDecimal(sdtjsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  722. //日合计性能小时(明细)
  723. pewp.setRhjbwxsmx(new BigDecimal(zcfdsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  724. //日合计限电停机小时(明细)
  725. pewp.setRhjxdtjxsmx(new BigDecimal(xdtjsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  726. //日合计限电降出力小时(明细)
  727. pewp.setRhjxdjclxsmx(new BigDecimal(xdjclsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  728. //日合计场外受累电网小时(明细)
  729. pewp.setRhjcwsldwxsmx(new BigDecimal(dwslsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  730. //日合计场外受累电网小时(明细)
  731. pewp.setRhjcwsltqxsmx(new BigDecimal(hjslsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  732. //日合计通讯中断小时(明细)
  733. pewp.setRhjtxzdxsmx(new BigDecimal(txzdsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  734. //日合计离线小时(明细)
  735. pewp.setRhjlxxsmx(new BigDecimal(sblxsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  736. //*******************************************日信息统计*********************************************************/
  737. //*******************************************月信息统计*********************************************************/
  738. if (pepidls.isEmpty()) {
  739. setLossHoursMonth(pewp);
  740. } else {
  741. ProEconPowerstationInfoDay2 pepid = pepidls.get(0);
  742. //月合计故障小时(明细)
  743. pewp.setYhjgzxsmx(StringUtils.round(pepid.getYhjgzxsmx() + pewp.getRhjgzxsmx(), 2));
  744. //月合计场内受累故障小时(明细)
  745. pewp.setYhjcnslgzxsmx(StringUtils.round(pepid.getYhjcnslgzxsmx() + pewp.getRhjcnslgzxsmx(), 2));
  746. //月合计检修小时(明细)
  747. pewp.setYhjjxxsmx(StringUtils.round(pepid.getYhjjxxsmx() + pewp.getRhjjxxsmx(), 2));
  748. //月合计场内受累检修小时(明细)
  749. pewp.setYhjcnsljxxsmx(StringUtils.round(pepid.getYhjcnsljxxsmx() + pewp.getRhjcnsljxxsmx(), 2));
  750. //月合计待机小时(明细)
  751. pewp.setYhjdjxsmx(StringUtils.round(pepid.getYhjdjxsmx() + pewp.getRhjdjxsmx(), 2));
  752. //月合计缺陷降出力小时(明细)
  753. pewp.setYhjqxjclxsmx(StringUtils.round(pepid.getYhjqxjclxsmx() + pewp.getRhjqxjclxsmx(), 2));
  754. //月合计手动停机小时(明细)
  755. pewp.setYhjsdtjxsmx(StringUtils.round(pepid.getYhjsdtjxsmx() + pewp.getRhjsdtjxsmx(), 2));
  756. //月合计性能小时(明细)
  757. pewp.setYhjbwxsmx(StringUtils.round(pepid.getYhjbwxsmx() + pewp.getRhjbwxsmx(), 2));
  758. //月合计限电停机小时(明细)
  759. pewp.setYhjxdtjxsmx(StringUtils.round(pepid.getYhjxdtjxsmx() + pewp.getRhjxdtjxsmx(), 2));
  760. //月合计限电降出力小时(明细)
  761. pewp.setYhjxdjclxsmx(StringUtils.round(pepid.getYhjxdjclxsmx() + pewp.getRhjxdjclxsmx(), 2));
  762. //月合计场外受累电网小时(明细)
  763. pewp.setYhjcwsldwxsmx(StringUtils.round(pepid.getYhjcwsldwxsmx() + pewp.getRhjcwsldwxsmx(), 2));
  764. //月合计场外受累电网小时(明细)
  765. pewp.setYhjcwsltqxsmx(StringUtils.round(pepid.getYhjcwsltqxsmx() + pewp.getRhjcwsltqxsmx(), 2));
  766. //月合计通讯中断小时(明细)
  767. pewp.setYhjtxzdxsmx(StringUtils.round(pepid.getYhjtxzdxsmx() + pewp.getRhjtxzdxsmx(), 2));
  768. //月合计离线小时(明细)
  769. pewp.setYhjlxxsmx(StringUtils.round(pepid.getYhjlxxsmx() + pewp.getRhjlxxsmx(), 2));
  770. }
  771. //*******************************************月信息统计*********************************************************/
  772. //*******************************************年信息统计*********************************************************/
  773. if (pepidls.isEmpty()) {
  774. setLossHoursYear(pewp);
  775. } else {
  776. ProEconPowerstationInfoDay2 pepid = pepidls.get(0);
  777. //年合计故障小时(明细)
  778. pewp.setNhjgzxsmx(StringUtils.round(pepid.getNhjgzxsmx() + pewp.getRhjgzxsmx(), 2));
  779. //年合计场内受累故障小时(明细)
  780. pewp.setNhjcnslgzxsmx(StringUtils.round(pepid.getNhjcnslgzxsmx() + pewp.getRhjcnslgzxsmx(), 2));
  781. //年合计检修小时(明细)
  782. pewp.setNhjjxxsmx(StringUtils.round(pepid.getNhjjxxsmx() + pewp.getRhjjxxsmx(), 2));
  783. //年合计场内受累检修小时(明细)
  784. pewp.setNhjcnsljxxsmx(StringUtils.round(pepid.getNhjcnsljxxsmx() + pewp.getRhjcnsljxxsmx(), 2));
  785. //年合计待机小时(明细)
  786. pewp.setNhjdjxsmx(StringUtils.round(pepid.getNhjdjxsmx() + pewp.getRhjdjxsmx(), 2));
  787. //年合计缺陷降出力小时(明细)
  788. pewp.setNhjqxjclxsmx(StringUtils.round(pepid.getNhjqxjclxsmx() + pewp.getRhjqxjclxsmx(), 2));
  789. //年合计手动停机小时(明细)
  790. pewp.setNhjsdtjxsmx(StringUtils.round(pepid.getNhjsdtjxsmx() + pewp.getRhjsdtjxsmx(), 2));
  791. //年合计性能小时(明细)
  792. pewp.setNhjbwxsmx(StringUtils.round(pepid.getNhjbwxsmx() + pewp.getRhjbwxsmx(), 2));
  793. //年合计限电停机小时(明细)
  794. pewp.setNhjxdtjxsmx(StringUtils.round(pepid.getNhjxdtjxsmx() + pewp.getRhjxdtjxsmx(), 2));
  795. //年合计限电降出力小时(明细)
  796. pewp.setNhjxdjclxsmx(StringUtils.round(pepid.getNhjxdjclxsmx() + pewp.getRhjxdjclxsmx(), 2));
  797. //年合计场外受累电网小时(明细)
  798. pewp.setNhjcwsldwxsmx(StringUtils.round(pepid.getNhjcwsldwxsmx() + pewp.getRhjcwsldwxsmx(), 2));
  799. //年合计场外受累电网小时(明细)
  800. pewp.setNhjcwsltqxsmx(StringUtils.round(pepid.getNhjcwsltqxsmx() + pewp.getRhjcwsltqxsmx(), 2));
  801. //年合计通讯中断小时(明细)
  802. pewp.setNhjtxzdxsmx(StringUtils.round(pepid.getNhjtxzdxsmx() + pewp.getRhjtxzdxsmx(), 2));
  803. //年合计离线小时(明细)
  804. pewp.setNhjlxxsmx(StringUtils.round(pepid.getNhjlxxsmx() + pewp.getRhjlxxsmx(), 2));
  805. }
  806. }
  807. private static void setLossHoursYear(ProEconPowerstationInfoDay2 pewp) {
  808. //年合计故障小时(明细)
  809. pewp.setNhjgzxsmx(pewp.getRhjgzxsmx());
  810. //年合计场内受累故障小时(明细)
  811. pewp.setNhjcnslgzxsmx(pewp.getRhjcnslgzxsmx());
  812. //年合计检修小时(明细)
  813. pewp.setNhjjxxsmx(pewp.getRhjjxxsmx());
  814. //年合计场内受累检修小时(明细)
  815. pewp.setNhjcnsljxxsmx(pewp.getRhjcnsljxxsmx());
  816. //年合计待机小时(明细)
  817. pewp.setNhjdjxsmx(pewp.getRhjdjxsmx());
  818. //年合计缺陷降出力小时(明细)
  819. pewp.setNhjqxjclxsmx(pewp.getRhjqxjclxsmx());
  820. //年合计手动停机小时(明细)
  821. pewp.setNhjsdtjxsmx(pewp.getRhjsdtjxsmx());
  822. //年合计性能小时(明细)
  823. pewp.setNhjbwxsmx(pewp.getRhjbwxsmx());
  824. //年合计限电停机小时(明细)
  825. pewp.setNhjxdtjxsmx(pewp.getRhjxdtjxsmx());
  826. //年合计限电降出力小时(明细)
  827. pewp.setNhjxdjclxsmx(pewp.getRhjxdjclxsmx());
  828. //年合计场外受累电网小时(明细)
  829. pewp.setNhjcwsldwxsmx(pewp.getRhjcwsldwxsmx());
  830. //年合计场外受累电网小时(明细)
  831. pewp.setNhjcwsltqxsmx(pewp.getRhjcwsltqxsmx());
  832. //年合计通讯中断小时(明细)
  833. pewp.setNhjtxzdxsmx(pewp.getRhjtxzdxsmx());
  834. //年合计离线小时(明细)
  835. pewp.setNhjlxxsmx(pewp.getRhjlxxsmx());
  836. }
  837. private static void setLossHoursMonth(ProEconPowerstationInfoDay2 pewp) {
  838. //月合计故障小时(明细)
  839. pewp.setYhjgzxsmx(pewp.getRhjgzxsmx());
  840. //月合计场内受累故障小时(明细)
  841. pewp.setYhjcnslgzxsmx(pewp.getRhjcnslgzxsmx());
  842. //月合计检修小时(明细)
  843. pewp.setYhjjxxsmx(pewp.getRhjjxxsmx());
  844. //月合计场内受累检修小时(明细)
  845. pewp.setYhjcnsljxxsmx(pewp.getRhjcnsljxxsmx());
  846. //月合计待机小时(明细)
  847. pewp.setYhjdjxsmx(pewp.getRhjdjxsmx());
  848. //月合计缺陷降出力小时(明细)
  849. pewp.setYhjqxjclxsmx(pewp.getRhjqxjclxsmx());
  850. //月合计手动停机小时(明细)
  851. pewp.setYhjsdtjxsmx(pewp.getRhjsdtjxsmx());
  852. //月合计性能小时(明细)
  853. pewp.setYhjbwxsmx(pewp.getRhjbwxsmx());
  854. //月合计限电停机小时(明细)
  855. pewp.setYhjxdtjxsmx(pewp.getRhjxdtjxsmx());
  856. //月合计限电降出力小时(明细)
  857. pewp.setYhjxdjclxsmx(pewp.getRhjxdjclxsmx());
  858. //月合计场外受累电网小时(明细)
  859. pewp.setYhjcwsldwxsmx(pewp.getRhjcwsldwxsmx());
  860. //月合计场外受累电网小时(明细)
  861. pewp.setYhjcwsltqxsmx(pewp.getRhjcwsltqxsmx());
  862. //月合计通讯中断小时(明细)
  863. pewp.setYhjtxzdxsmx(pewp.getRhjtxzdxsmx());
  864. //月合计离线小时(明细)
  865. pewp.setYhjlxxsmx(pewp.getRhjlxxsmx());
  866. }
  867. private static void setLossHoursMonthSimple(ProEconPowerstationInfoDay2 pewp) {
  868. //月合计待机小时
  869. pewp.setYhjdjxs(pewp.getRhjdjxs());
  870. //月合计维护停机小时
  871. pewp.setYhjjxtjxs(pewp.getRhjjxtjxs());
  872. // 月合计故障停机小时
  873. pewp.setYhjgztjxs(pewp.getRhjgztjxs());
  874. //月合计运行小时
  875. pewp.setYhjyxxs(pewp.getRhjyxxs());
  876. //月合计限电小时
  877. pewp.setYhjxdxs(pewp.getRhjxdxs());
  878. //月合计通讯中断小时
  879. pewp.setYhjtxzdxs(pewp.getRhjtxzdxs());
  880. //月合计受累小时
  881. pewp.setYhjslxs(pewp.getRhjslxs());
  882. }
  883. private static void setLossHoursYearSimple(ProEconPowerstationInfoDay2 pewp) {
  884. //年合计待机小时
  885. pewp.setNhjdjxs(pewp.getRhjdjxs());
  886. //年合计维护停机小时
  887. pewp.setNhjjxtjxs(pewp.getRhjjxtjxs());
  888. // 年合计故障小时
  889. pewp.setNhjgztjxs(pewp.getRhjgztjxs());
  890. //年合计运行小时
  891. pewp.setNhjyxxs(pewp.getRhjyxxs());
  892. //年合计限电小时
  893. pewp.setNhjxdxs(pewp.getRhjxdxs());
  894. //年合计通讯中断小时
  895. pewp.setNhjtxzdxs(pewp.getRhjtxzdxs());
  896. //年合计受累小时
  897. pewp.setNhjslxs(pewp.getRhjslxs());
  898. }
  899. private void calSimple(ProEconPowerstationInfoDay2 pewp, Date end, Date begin, List<ProBasicEquipment> wtls, List<ProEconPowerstationInfoDay2> pepidls) throws Exception {
  900. // 0 待机
  901. // 1 运行
  902. // 2 故障
  903. // 3 检修
  904. // 4 限电
  905. // 5 受累
  906. // 6 离线
  907. //*******************************************日信息统计*********************************************************/
  908. double lastState = -1;//上一分钟状态
  909. double djsc = 0;//待机时长
  910. double zcfdsc = 0;//正常发电时长
  911. double gzsc = 0;//故障时长
  912. double jxsc = 0;//检修时长
  913. double xdtjsc = 0;//限电停机时长
  914. double slsc = 0;//受累时长
  915. double txzdsc = 0;//通讯中断时长
  916. Map<String, Map<String, ProBasicEquipmentPoint>> wtpAimap = CacheContext.wtpAimap;
  917. for (ProBasicEquipment wt : wtls) {
  918. Map<String, ProBasicEquipmentPoint> aimap = wtpAimap.get(wt.getId());
  919. if (aimap.containsKey(ContantXk.SBZT)) {
  920. ProBasicEquipmentPoint point = aimap.get(ContantXk.SBZT);
  921. //按照分钟时间进行统计状态快照值
  922. List<PointData> pointls = edosUtil.getHistoryDatasSnap(point.getNemCode(), begin.getTime() / 1000, end.getTime() / 1000);
  923. if (!pointls.isEmpty()) {
  924. for (PointData po : pointls) {
  925. if (po.getPointValueInDouble() == 0) {
  926. if (lastState != po.getPointValueInDouble()) {
  927. //将当前状态保存到上一分钟状态
  928. lastState = po.getPointValueInDouble();
  929. }
  930. //待机时长加1分钟
  931. djsc++;
  932. } else if (po.getPointValueInDouble() == 1) {
  933. if (lastState != po.getPointValueInDouble()) {
  934. //将当前状态保存到上一分钟状态
  935. lastState = po.getPointValueInDouble();
  936. }
  937. //正常发电时长加1分钟
  938. zcfdsc++;
  939. } else if (po.getPointValueInDouble() == 2) {
  940. if (lastState != po.getPointValueInDouble()) {
  941. //将当前状态保存到上一分钟状态
  942. lastState = po.getPointValueInDouble();
  943. }
  944. //故障时长加1分钟
  945. gzsc++;
  946. } else if (po.getPointValueInDouble() == 3) {
  947. if (lastState != po.getPointValueInDouble()) {
  948. //将当前状态保存到上一分钟状态
  949. lastState = po.getPointValueInDouble();
  950. }
  951. //检修时长加1分钟
  952. jxsc++;
  953. } else if (po.getPointValueInDouble() == 4) {
  954. if (lastState != po.getPointValueInDouble()) {
  955. //将当前状态保存到上一分钟状态
  956. lastState = po.getPointValueInDouble();
  957. }
  958. //限电停机时长加1分钟
  959. xdtjsc++;
  960. } else if (po.getPointValueInDouble() == 5) {
  961. if (lastState != po.getPointValueInDouble()) {
  962. //将当前状态保存到上一分钟状态
  963. lastState = po.getPointValueInDouble();
  964. }
  965. //受累时长加1分钟
  966. slsc++;
  967. } else if (po.getPointValueInDouble() == 6) {
  968. if (lastState != po.getPointValueInDouble()) {
  969. //将当前状态保存到上一分钟状态
  970. lastState = po.getPointValueInDouble();
  971. }
  972. //通讯中断时长加1分钟
  973. txzdsc++;
  974. }
  975. }
  976. }
  977. }
  978. }
  979. //日合计待机小时
  980. pewp.setRhjdjxs(new BigDecimal(gzsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  981. //日合计维护停机小时
  982. pewp.setRhjjxtjxs(new BigDecimal(jxsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  983. // 日合计待机小时
  984. pewp.setRhjdjxs(new BigDecimal(djsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  985. //日合计运行小时
  986. pewp.setRhjyxxs(new BigDecimal(zcfdsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  987. //日合计限电小时
  988. pewp.setRhjxdxs(new BigDecimal(xdtjsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  989. //日合计通讯中断小时
  990. pewp.setRhjtxzdxs(new BigDecimal(txzdsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  991. //日合计受累小时
  992. pewp.setRhjslxs(new BigDecimal(slsc).divide(new BigDecimal(60), 2, RoundingMode.HALF_EVEN).doubleValue());
  993. //*******************************************日信息统计*********************************************************/
  994. //*******************************************月信息统计*********************************************************/
  995. if (pepidls.isEmpty()) {
  996. setLossHoursMonthSimple(pewp);
  997. } else {
  998. ProEconPowerstationInfoDay2 pepid = pepidls.get(0);
  999. //月合计待机小时
  1000. pewp.setYhjdjxs(StringUtils.round(pepid.getYhjdjxs() + pewp.getRhjdjxs(), 2));
  1001. //月合计维护停机小时
  1002. pewp.setYhjjxtjxs(StringUtils.round(pepid.getYhjjxtjxs() + pewp.getRhjjxtjxs(), 2));
  1003. // 月合计故障小时
  1004. pewp.setYhjgztjxs(StringUtils.round(pepid.getYhjgztjxs() + pewp.getRhjgztjxs(), 2));
  1005. //月合计运行小时
  1006. pewp.setYhjyxxs(StringUtils.round(pepid.getYhjyxxs() + pewp.getRhjyxxs(), 2));
  1007. //月合计限电小时
  1008. pewp.setYhjxdxs(StringUtils.round(pepid.getYhjxdxs() + pewp.getRhjxdxs(), 2));
  1009. //月合计通讯中断小时
  1010. pewp.setYhjtxzdxs(StringUtils.round(pepid.getYhjtxzdxs() + pewp.getRhjtxzdxs(), 2));
  1011. //月合计受累小时
  1012. pewp.setYhjslxs(StringUtils.round(pepid.getYhjslxs() + pewp.getRhjslxs(), 2));
  1013. }
  1014. //*******************************************月信息统计*********************************************************/
  1015. //*******************************************年信息统计*********************************************************/
  1016. if (pepidls.isEmpty()) {
  1017. setLossHoursYearSimple(pewp);
  1018. } else {
  1019. ProEconPowerstationInfoDay2 pepid = pepidls.get(0);
  1020. //年合计待机小时
  1021. pewp.setNhjdjxs(StringUtils.round(pepid.getNhjdjxs() + pewp.getRhjdjxs(), 2));
  1022. //年合计维护停机小时
  1023. pewp.setNhjjxtjxs(StringUtils.round(pepid.getNhjjxtjxs() + pewp.getRhjjxtjxs(), 2));
  1024. // 年合计故障小时
  1025. pewp.setNhjgztjxs(StringUtils.round(pepid.getNhjgztjxs() + pewp.getRhjgztjxs(), 2));
  1026. //年合计运行小时
  1027. pewp.setNhjyxxs(StringUtils.round(pepid.getNhjyxxs() + pewp.getRhjyxxs(), 2));
  1028. //年合计限电小时
  1029. pewp.setNhjxdxs(StringUtils.round(pepid.getNhjxdxs() + pewp.getRhjxdxs(), 2));
  1030. //年合计通讯中断小时
  1031. pewp.setNhjtxzdxs(StringUtils.round(pepid.getNhjtxzdxs() + pewp.getRhjtxzdxs(), 2));
  1032. //年合计受累小时
  1033. pewp.setNhjslxs(StringUtils.round(pepid.getNhjslxs() + pewp.getRhjslxs(), 2));
  1034. }
  1035. //*******************************************年信息统计*********************************************************/
  1036. }
  1037. }