新增 站点枪口利用率趋势统计接口

This commit is contained in:
Lemon
2024-08-13 15:47:31 +08:00
parent f4b03719fd
commit 8e53b07253
5 changed files with 63 additions and 3 deletions

View File

@@ -263,9 +263,9 @@ public class CommonService {
if (StringUtils.equals(ThirdPlatformTypeEnum.LIAN_LIAN_PLATFORM.getTypeCode(), thirdPartyType)) {
// 联联
OrderBasicInfo orderInfo = orderBasicInfoService.getOrderInfoByTransactionCode(transactionCode);
if (orderInfo == null) {
return;
}
// if (orderInfo == null) {
// return;
// }
// log.info("推送联联平台实时数据 params: orderBasicInfo:{}", JSON.toJSONString(orderInfo));
// 设备状态变化推送 notification_stationStatus
dto.setThirdPartyType(ThirdPlatformTypeEnum.LIAN_LIAN_PLATFORM.getTypeCode());