ShorePowerServiceImpl.java 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. package com.shcd.boat.service.impl;
  2. import com.alibaba.fastjson.JSON;
  3. import com.alibaba.fastjson.JSONObject;
  4. import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
  5. import com.shcd.boat.config.RedisCache;
  6. import com.shcd.boat.config.SnowConfig;
  7. import com.shcd.boat.entity.AisShoreLine;
  8. import com.shcd.boat.entity.BoatInfoEntity;
  9. import com.shcd.boat.entity.HkShoreLine;
  10. import com.shcd.boat.entity.ObjCargoDeclareVo;
  11. import com.shcd.boat.entity.ShipRecords;
  12. import com.shcd.boat.entity.ShipSealOffPoints;
  13. import com.shcd.boat.entity.ShorePowerFile;
  14. import com.shcd.boat.entity.ShorePowerinfo;
  15. import com.shcd.boat.entity.SurveillancePointinfo;
  16. import com.shcd.boat.entity.SysEnterprise;
  17. import com.shcd.boat.entity.gh.GHAisInfo;
  18. import com.shcd.boat.entity.ObjCargoDeclare;
  19. import com.shcd.boat.mapper.ShipSealOffPointsMapper;
  20. import com.shcd.boat.mapper.SysEnterpriseMapper;
  21. import com.shcd.boat.service.HaiKangService;
  22. import com.shcd.boat.service.IObjCargoDeclareService;
  23. import com.shcd.boat.service.IShoreLinePointsSpaceService;
  24. import com.shcd.boat.service.IShorePowerFileService;
  25. import com.shcd.boat.service.IShorePowerinfoService;
  26. import com.shcd.boat.service.ISurveillancePointinfoService;
  27. import com.shcd.boat.service.ShorePowerService;
  28. import com.shcd.boat.utils.GhjgRpcUtils;
  29. import lombok.extern.slf4j.Slf4j;
  30. import org.springframework.beans.factory.annotation.Autowired;
  31. import org.springframework.beans.factory.annotation.Value;
  32. import org.springframework.stereotype.Service;
  33. import org.springframework.transaction.annotation.Transactional;
  34. import org.springframework.util.CollectionUtils;
  35. import org.springframework.util.ObjectUtils;
  36. import javax.annotation.Resource;
  37. import java.time.LocalDateTime;
  38. import java.time.ZoneId;
  39. import java.time.format.DateTimeFormatter;
  40. import java.util.ArrayList;
  41. import java.util.Collection;
  42. import java.util.Date;
  43. import java.util.HashMap;
  44. import java.util.HashSet;
  45. import java.util.List;
  46. import java.util.Map;
  47. import java.util.Set;
  48. import java.util.stream.Collectors;
  49. /**
  50. * 类名:@Name - ShorePowerServiceImpl
  51. * 功能描述:@Function Description<>
  52. * 日期:@Date - 2025/2/19 16:08
  53. * 作者:@Created by zrj
  54. */
  55. @Service
  56. @Slf4j
  57. @Transactional
  58. public class ShorePowerServiceImpl implements ShorePowerService {
  59. @Autowired
  60. private IObjCargoDeclareService objCargoDeclareService;
  61. @Autowired
  62. private IShorePowerinfoService shorePowerinfoService;
  63. @Autowired
  64. private IShorePowerFileService shorePowerFileService;
  65. @Autowired
  66. private IShoreLinePointsSpaceService shoreLinePointsSpaceService;
  67. @Autowired
  68. private ISurveillancePointinfoService surveillancePointinfoService;
  69. @Autowired
  70. private HaiKangService haiKangService;
  71. @Autowired
  72. private ShipSealOffPointsMapper offPointsMapper;
  73. @Autowired
  74. private SysEnterpriseMapper sysEnterpriseMapper;
  75. @Autowired
  76. private RedisCache redisUtilTemplate;
  77. @Autowired
  78. private SnowConfig snowConfig;
  79. @Value("${transUrl}")
  80. private String transUrl;
  81. @Override
  82. public void analysisData() {
  83. try {
  84. ShorePowerinfo shorePowerinfo = new ShorePowerinfo();
  85. // LambdaQueryWrapper<ObjCargoDeclare> cargoDeclareLambdaQueryWrapper = new LambdaQueryWrapper<>();
  86. // cargoDeclareLambdaQueryWrapper.eq(ObjCargoDeclare::getDeleteFlag, 0);
  87. // List<ObjCargoDeclare> findBoats = objCargoDeclareService.list(cargoDeclareLambdaQueryWrapper);
  88. //查询货物装卸申报未关账的数据
  89. List<ObjCargoDeclareVo> findBoats = objCargoDeclareService.getObjCargoDeclareList();
  90. if (!CollectionUtils.isEmpty(findBoats)) {
  91. //获取货物装卸的船舶信息
  92. List<String> mmsis = findBoats.stream().map(ObjCargoDeclareVo::getMmsi).collect(Collectors.toList());
  93. //获取中远ais,查看货物装卸的船是否存在
  94. Map<String, Object> exit = isShipExit(mmsis);
  95. //获取点位信息,超过三个小时的旧的点位信息进行清理
  96. removePoints();
  97. //获取所有预警信息
  98. List<ShorePowerinfo> shorePowerinfoAll = shorePowerinfoService.getShorePowerinfoAll();
  99. List<String> declareIds = null;
  100. if (!CollectionUtils.isEmpty(shorePowerinfoAll)){
  101. declareIds = shorePowerinfoAll.stream().map(ShorePowerinfo::getDeclareId).collect(Collectors.toList());
  102. }
  103. //保存中远ais点位信息
  104. savePoints(exit);
  105. //开始进行ais点位与岸线坐标分析
  106. List<AisShoreLine> aisShoreLineList = analysisAisPoint();
  107. if (CollectionUtils.isEmpty(aisShoreLineList)){
  108. log.info("无ais点位与岸线坐标数据");
  109. }
  110. // List<String> shoreLineIds = aisShoreLineList.stream().map(AisShoreLine::getShoreLineId).collect(Collectors.toList());
  111. log.info("一秒前靠泊的船舶与对应岸线:{}", aisShoreLineList);
  112. //找到离岸线最近的视频点位,然后调用海康视频抓拍
  113. List<HkShoreLine> hkShoreLineList = analysisHkPoint();
  114. //获得视频id,通过id获得视频点位code
  115. if (CollectionUtils.isEmpty(hkShoreLineList)) {
  116. log.info("无海康视频与岸线坐标数据");
  117. }
  118. Date startTime = new Date();
  119. Thread.sleep(1000);
  120. //保存一秒后中远ais点位信息
  121. List<String> zyFilterKeysNo = savePoints(exit);
  122. List<AisShoreLine> aisShoreLineListNew = analysisAisPoint();
  123. if (CollectionUtils.isEmpty(aisShoreLineListNew) ){
  124. log.info("无一秒后中远ais点位信息");
  125. }
  126. log.info("一秒后靠泊的船舶与对应岸线:{}", aisShoreLineListNew);
  127. aisShoreLineListNew.forEach(i -> {
  128. aisShoreLineList.forEach(j -> {
  129. if (j.getDistance() <= 15 && i.getDistance() > 15 && i.getShoreLineId().equals(j.getShoreLineId()) && i.getMmsi().equals(j.getMmsi())) {
  130. //说明该船已经驶出岸线范围,截图抓拍,并查询最早刚驶入范围的开始时间,然后查询岸电数据
  131. //todo:调用海康视频流,进行抓拍
  132. List<String> xyIds = hkShoreLineList.stream().filter(hk -> i.getShoreLineId().equals(hk.getShorelineid())).map(HkShoreLine::getId).collect(Collectors.toList());
  133. List<SurveillancePointinfo> surveillancePointinfoList = null;
  134. if (!CollectionUtils.isEmpty(xyIds)){
  135. surveillancePointinfoList = surveillancePointinfoService.getSurveillancePointinfoByXyids(xyIds);
  136. }
  137. List<String> cameraIndexCodes = null;
  138. if (!CollectionUtils.isEmpty(surveillancePointinfoList) ){
  139. cameraIndexCodes = surveillancePointinfoList.stream().map(SurveillancePointinfo::getCameraIndexCode).collect(Collectors.toList());
  140. }
  141. List<ShorePowerFile> shorePowerFileList = haiKangService.doOutPicture(cameraIndexCodes);
  142. ShorePowerinfo shorePowerinfoDb = shorePowerinfoService.getShorePowerInfoByMMsi(i.getMmsi());
  143. shorePowerinfoDb.setWharfName("上海港");
  144. //获取该船的岸电情况
  145. Date finishSubTime = new Date();
  146. try {
  147. Thread.sleep(1000);
  148. } catch (InterruptedException e) {
  149. log.error(e.getMessage());
  150. }
  151. List<ShipRecords> shipRecordsList = this.getShipRecords(shorePowerinfoDb.getShipBerthingTime(), finishSubTime);
  152. if (!CollectionUtils.isEmpty(shorePowerFileList)){
  153. ShorePowerFile shorePowerFile = shorePowerFileList.get(0);
  154. if (!CollectionUtils.isEmpty(shipRecordsList)) {
  155. List<String> shipNames = findBoats.stream().map(ObjCargoDeclareVo::getShipName).collect(Collectors.toList());
  156. for (ShipRecords shipRecords : shipRecordsList) {
  157. if (shipNames.contains(shipRecords.getShipname())) {
  158. shorePowerinfoDb.setShipDepartureTime(finishSubTime);
  159. shorePowerinfoDb.setIsWarning("0");
  160. shorePowerinfoService.saveOrUpdate(shorePowerinfoDb);
  161. log.info("该条船:" + shipRecords.getShipname() + "有岸电数据");
  162. } else {
  163. String fileId = snowConfig.snowflakeStringId();
  164. shorePowerinfoDb.setShipDepartureTime(finishSubTime);
  165. shorePowerinfoDb.setIsWarning("1");
  166. shorePowerinfoDb.setWarningTime(new Date());
  167. shorePowerFile.setShorePowerFileId(fileId);
  168. shorePowerFile.setShorePowerId(shorePowerinfoDb.getId());
  169. shorePowerFile.setFileId(fileId);
  170. shorePowerFile.setCreateTime(new Date());
  171. shorePowerFile.setDelFlag("0");
  172. shorePowerFile.setCameraIndexCode(cameraIndexCodes.get(0));
  173. shorePowerFileService.insertShorePowerFile(shorePowerFile);
  174. shorePowerinfoService.saveOrUpdate(shorePowerinfoDb);
  175. log.info("该条船:" + shipRecords.getShipname() + "无岸电数据,已预警");
  176. }
  177. }
  178. }
  179. shoreLinePointsSpaceService.removeByMMsi(i.getMmsi());
  180. }
  181. } else {
  182. //说明该船还在岸线范围,保存该数据
  183. //todo:调用海康视频流,进行抓拍
  184. List<String> xyIds = hkShoreLineList.stream().filter(hk -> j.getShoreLineId().equals(hk.getShorelineid())).map(HkShoreLine::getId).collect(Collectors.toList());
  185. List<SurveillancePointinfo> surveillancePointinfoList = null;
  186. if (!CollectionUtils.isEmpty(xyIds)){
  187. surveillancePointinfoList = surveillancePointinfoService.getSurveillancePointinfoByXyids(xyIds);
  188. }
  189. List<String> cameraIndexCodes = null;
  190. if (!CollectionUtils.isEmpty(surveillancePointinfoList) ){
  191. cameraIndexCodes = surveillancePointinfoList.stream().map(SurveillancePointinfo::getCameraIndexCode).collect(Collectors.toList());
  192. }
  193. List<ShorePowerFile> shorePowerFileList = haiKangService.doInPicture(cameraIndexCodes);
  194. if (CollectionUtils.isEmpty(shorePowerFileList)){
  195. log.info("进港无截图");
  196. }
  197. LambdaQueryWrapper<ShorePowerFile> cargoDeclareLambdaQueryWrapper = new LambdaQueryWrapper<>();
  198. cargoDeclareLambdaQueryWrapper.eq(ShorePowerFile::getCameraIndexCode, cameraIndexCodes.get(0));
  199. List<ShorePowerFile> shorePowerFileDb = shorePowerFileService.list(cargoDeclareLambdaQueryWrapper);
  200. //通过mmsi查询货物装卸申报的船舶名称
  201. ObjCargoDeclare objCargoDeclare = objCargoDeclareService.getObjCargoDeclare(i.getMmsi());
  202. if (CollectionUtils.isEmpty(shorePowerFileDb)){
  203. log.info("未有截图.只截图一次");
  204. for (ShorePowerFile shorePowerFile : shorePowerFileList) {
  205. if (!ObjectUtils.isEmpty(objCargoDeclare)) {
  206. SysEnterprise sysEnterprise = sysEnterpriseMapper.selectById(objCargoDeclare.getBusinessUnitId());
  207. String id = snowConfig.snowflakeStringId();
  208. String fileId = snowConfig.snowflakeStringId();
  209. shorePowerinfo.setId(id);
  210. shorePowerinfo.setShipBerthingTime(startTime);
  211. shorePowerinfo.setShipName(objCargoDeclare.getShipName());
  212. shorePowerinfo.setBusinessName(sysEnterprise.getEnterpriseName());
  213. shorePowerinfo.setWharfName("上海港");
  214. shorePowerinfo.setDelFlag("0");
  215. shorePowerinfo.setIsWarning("0");
  216. shorePowerFile.setShorePowerFileId(fileId);
  217. shorePowerFile.setShorePowerId(id);
  218. shorePowerFile.setFileId(fileId);
  219. shorePowerFile.setCreateTime(new Date());
  220. shorePowerFile.setDelFlag("0");
  221. shorePowerFile.setCameraIndexCode(cameraIndexCodes.get(0));
  222. shorePowerinfoService.save(shorePowerinfo);
  223. shorePowerFileService.insertShorePowerFile(shorePowerFile);
  224. } else {
  225. log.info(i.getMmsi() + ",该船舶无货物装卸申报数据");
  226. }
  227. }
  228. }else {
  229. for (ShorePowerFile shorePowerFile : shorePowerFileDb) {
  230. if ("1".equals(shorePowerFile.getInImageStatus())){
  231. if (!ObjectUtils.isEmpty(objCargoDeclare)) {
  232. SysEnterprise sysEnterprise = sysEnterpriseMapper.selectById(objCargoDeclare.getBusinessUnitId());
  233. String id = snowConfig.snowflakeStringId();
  234. shorePowerinfo.setId(id);
  235. shorePowerinfo.setShipBerthingTime(startTime);
  236. shorePowerinfo.setShipName(objCargoDeclare.getShipName());
  237. shorePowerinfo.setBusinessName(sysEnterprise.getEnterpriseName());
  238. shorePowerinfo.setWharfName("上海港");
  239. shorePowerinfo.setDelFlag("0");
  240. shorePowerinfo.setIsWarning("0");
  241. shorePowerinfoService.save(shorePowerinfo);
  242. } else {
  243. log.info(i.getMmsi() + ",该船舶无货物装卸申报数据");
  244. }
  245. }
  246. }
  247. }
  248. }
  249. });
  250. });
  251. List<ObjCargoDeclareVo> declareList = null;
  252. if (!CollectionUtils.isEmpty(zyFilterKeysNo)){
  253. declareList = findBoats.stream()
  254. .filter(boat -> zyFilterKeysNo.contains(boat.getMmsi()))
  255. .collect(Collectors.toList());
  256. }
  257. if (CollectionUtils.isEmpty(declareList)){
  258. log.info("无ais的船与货物装卸申报的船未匹配");
  259. }
  260. //无ais获取货物装卸申报的开工时间和完工提交时间
  261. List<String> finalDeclareIds = declareIds;
  262. declareList.forEach(i -> {
  263. //只有第一次预警,数据库里无数据的情况会进这里
  264. if (CollectionUtils.isEmpty(finalDeclareIds)){
  265. if (1 == i.getIsFinish()) {
  266. //查询岸电接口
  267. analysisShorePower(i,shorePowerinfo);
  268. }
  269. }else {
  270. if (1 == i.getIsFinish() && !finalDeclareIds.contains(i.getDeclareNo())) {
  271. //查询岸电接口
  272. analysisShorePower(i,shorePowerinfo);
  273. }
  274. }
  275. });
  276. }
  277. } catch (Exception e) {
  278. log.info(e.getMessage());
  279. }
  280. }
  281. private void analysisShorePower(ObjCargoDeclareVo i, ShorePowerinfo shorePowerinfo) {
  282. try {
  283. Thread.sleep(1000);
  284. } catch (InterruptedException e) {
  285. log.info(e.getMessage());
  286. }
  287. DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
  288. LocalDateTime customDateTime = LocalDateTime.parse(i.getStartWorkTime(), formatter);
  289. Date date = Date.from(customDateTime.atZone(ZoneId.systemDefault()).toInstant());
  290. List<ShipRecords> shipRecordsList = this.getShipRecords(date, i.getFinishSubTime(), i.getShipName());
  291. SysEnterprise sysEnterprise = sysEnterpriseMapper.selectById(i.getBusinessUnitCode());
  292. shorePowerinfo.setBusinessName(sysEnterprise.getEnterpriseName());
  293. shorePowerinfo.setWharfName("上海港");
  294. shorePowerinfo.setDeclareId(i.getDeclareNo());
  295. if (!CollectionUtils.isEmpty(shipRecordsList)) {
  296. List<String> shipNames = shipRecordsList.stream().map(ShipRecords::getShipname).collect(Collectors.toList());
  297. for (ShipRecords shipRecords : shipRecordsList) {
  298. if (shipNames.contains(i.getShipName())) {
  299. shorePowerinfo.setId(snowConfig.snowflakeStringId());
  300. shorePowerinfo.setShipName(shipRecords.getShipname());
  301. shorePowerinfo.setShipBerthingTime(date);
  302. shorePowerinfo.setShipDepartureTime(i.getFinishSubTime());
  303. shorePowerinfo.setDelFlag("0");
  304. shorePowerinfo.setIsWarning("0");
  305. shorePowerinfoService.save(shorePowerinfo);
  306. log.info("该条船:" + shipRecords.getShipname() + "有岸电数据");
  307. }
  308. }
  309. } else {
  310. shorePowerinfo.setId(snowConfig.snowflakeStringId());
  311. shorePowerinfo.setShipName(i.getShipName());
  312. shorePowerinfo.setShipBerthingTime(date);
  313. shorePowerinfo.setShipDepartureTime(i.getFinishSubTime());
  314. shorePowerinfo.setDelFlag("0");
  315. shorePowerinfo.setIsWarning("1");
  316. shorePowerinfo.setWarningTime(new Date());
  317. shorePowerinfoService.save(shorePowerinfo);
  318. log.info("该条船:" + i.getShipName() + "无岸电数据,已预警");
  319. }
  320. }
  321. private List<HkShoreLine> analysisHkPoint() {
  322. return shoreLinePointsSpaceService.analysisHkPoint();
  323. }
  324. private void removePoints() {
  325. List<ShipSealOffPoints> sealOffPointsthis = offPointsMapper.getPointsBySource();
  326. Date now = new Date();
  327. if (!CollectionUtils.isEmpty(sealOffPointsthis)) {
  328. sealOffPointsthis.forEach(i -> {
  329. long diffMillis = now.getTime() - i.getCreateTime().getTime();
  330. long diffHours = diffMillis / (1000 * 60 * 60);
  331. if (diffHours >= 3) {
  332. shoreLinePointsSpaceService.removeByMMsi(i.getMmsi());
  333. }
  334. });
  335. }
  336. }
  337. private List<String> savePoints(Map<String, Object> exit) {
  338. List<String> zyFilterKeys;
  339. List<String> zyFilterKeysNo = null;
  340. if (!ObjectUtils.isEmpty(exit)){
  341. //有ais的船
  342. zyFilterKeys = (List<String>) exit.get("zyFilterKeys");
  343. //无ais的船
  344. zyFilterKeysNo = (List<String>) exit.get("zyFilterKeysNo");
  345. if (!CollectionUtils.isEmpty(zyFilterKeys)) {
  346. List<GHAisInfo> ghAisInfoList = getGhAisInfo(zyFilterKeys);
  347. log.info("中远ais数据信息:{}", ghAisInfoList);
  348. List<ShipSealOffPoints> sealOffPoints = new ArrayList<>();
  349. for (GHAisInfo ghAisInfo : ghAisInfoList) {
  350. ShipSealOffPoints sealOffPointsthis = new ShipSealOffPoints();
  351. sealOffPointsthis.setId(snowConfig.snowflakeStringId());
  352. sealOffPointsthis.setMmsi(ghAisInfo.getDeviCeid());
  353. sealOffPointsthis.setSourceType("中远AIS");
  354. sealOffPointsthis.setAisTime(ghAisInfo.getGpsTime());
  355. sealOffPointsthis.setPointJson(JSON.toJSONString(ghAisInfo));
  356. sealOffPointsthis.setPointGeom(ghAisInfo.getMapx().toString() + " " + ghAisInfo.getMapy().toString());
  357. sealOffPoints.add(sealOffPointsthis);
  358. }
  359. offPointsMapper.saveZyAll(sealOffPoints, 3857);
  360. return zyFilterKeys;
  361. }
  362. }
  363. return zyFilterKeysNo;
  364. }
  365. private List<ShipRecords> getShipRecords(Date startWorkTime, Date finishSubTime) {
  366. Integer pageSize = 500;
  367. JSONObject request = new JSONObject();
  368. request.put("pageIndex", 1);
  369. request.put("pageSize", pageSize);
  370. DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
  371. LocalDateTime localDateTime1 = startWorkTime.toInstant()
  372. .atZone(ZoneId.systemDefault())
  373. .toLocalDateTime();
  374. LocalDateTime localDateTime2 = finishSubTime.toInstant()
  375. .atZone(ZoneId.systemDefault())
  376. .toLocalDateTime();
  377. String start = localDateTime1.format(formatter);
  378. String end = localDateTime2.format(formatter);
  379. request.put("startTime", start);
  380. request.put("endTime", end);
  381. log.info("调用连船接口,请求参数:{}", request);
  382. String shipRecords = GhjgRpcUtils.getShipRecords(transUrl, request);
  383. JSONObject jsonObject = JSONObject.parseObject(shipRecords);
  384. List<ShipRecords> list = JSON.parseArray(jsonObject.getJSONArray("rows").toJSONString(), ShipRecords.class);
  385. return list;
  386. }
  387. private List<ShipRecords> getShipRecords(Date startWorkTime, Date finishSubTime, String shipName) {
  388. Integer pageSize = 500;
  389. JSONObject request = new JSONObject();
  390. request.put("pageIndex", 1);
  391. request.put("pageSize", pageSize);
  392. DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
  393. LocalDateTime localDateTime1 = startWorkTime.toInstant()
  394. .atZone(ZoneId.systemDefault())
  395. .toLocalDateTime();
  396. LocalDateTime localDateTime2 = finishSubTime.toInstant()
  397. .atZone(ZoneId.systemDefault())
  398. .toLocalDateTime();
  399. String start = localDateTime1.format(formatter);
  400. String end = localDateTime2.format(formatter);
  401. request.put("startTime", start);
  402. request.put("endTime", end);
  403. request.put("shipName", shipName);
  404. log.info("调用连船接口,请求参数:{}", request);
  405. String shipRecords = GhjgRpcUtils.getShipRecords(transUrl, request);
  406. JSONObject jsonObject = JSONObject.parseObject(shipRecords);
  407. List<ShipRecords> list = JSON.parseArray(jsonObject.getJSONArray("rows").toJSONString(), ShipRecords.class);
  408. return list;
  409. }
  410. public List<AisShoreLine> analysisAisPoint() {
  411. return shoreLinePointsSpaceService.analysisAisPoint();
  412. }
  413. public List<GHAisInfo> getGhAisInfo(List<String> zyFilterKeys) {
  414. List<GHAisInfo> list = new ArrayList<>();
  415. zyFilterKeys = zyFilterKeys.stream().map(key -> key + "_zy").collect(Collectors.toList());
  416. zyFilterKeys.forEach(key -> {
  417. Object result = redisUtilTemplate.getCacheObject(key);
  418. if (!ObjectUtils.isEmpty(result)) {
  419. BoatInfoEntity redisData = JSON.parseObject((String) result, BoatInfoEntity.class);
  420. GHAisInfo ghAisInfo = redisData.getGhAisInfo();
  421. list.add(ghAisInfo);
  422. }
  423. });
  424. return list;
  425. }
  426. public Map<String, Object> isShipExit(List<String> mmsis) {
  427. Map<String, Object> map = new HashMap<>();
  428. if (!CollectionUtils.isEmpty(mmsis)) {
  429. //todo 1.拿中远AiS
  430. Collection<String> cacheKeys = redisUtilTemplate.keys("*zy");
  431. List<String> keys = cacheKeys.stream().collect(Collectors.toList());
  432. if (!CollectionUtils.isEmpty(keys)) {
  433. //将中远ais后缀截取
  434. List<String> zyKeysNo = keys.stream().map(key -> key.replace("_zy", ""))
  435. .collect(Collectors.toList());
  436. List<String> zyFilterKeys = mmsis.stream().filter(key -> zyKeysNo.contains(key)).collect(Collectors.toList());
  437. List<String> zyFilterKeysNo = mmsis.stream().filter(key -> !zyKeysNo.contains(key)).collect(Collectors.toList());
  438. List<String> zyFilterKeysNoNull = zyFilterKeysNo.stream().filter(key -> key != null).collect(Collectors.toList());
  439. if (!CollectionUtils.isEmpty(zyFilterKeys)) {
  440. map.put("zyFilterKeys", zyFilterKeys);
  441. log.info("中远ais船舶与货物装卸船舶匹配成功:{}", zyFilterKeys);
  442. return map;
  443. } else if (!CollectionUtils.isEmpty(zyFilterKeysNoNull)) {
  444. map.put("zyFilterKeysNo", zyFilterKeysNoNull);
  445. log.info("中远ais船舶与货物装卸船舶未匹配船舶:{}", zyFilterKeysNoNull);
  446. return map;
  447. }
  448. }
  449. }
  450. log.info("中远ais船舶与货物装卸船舶未匹配");
  451. return map;
  452. }
  453. }