update 宁夏平台Service

This commit is contained in:
Lemon
2024-06-12 14:13:22 +08:00
parent 5fe4cf1361
commit 28d872c471
2 changed files with 6 additions and 2 deletions

View File

@@ -387,8 +387,9 @@ public class CommonService {
// 充电状态, 查出订单信息
OrderBasicInfo orderInfo = orderBasicInfoService.getOrderInfoByTransactionCode(transactionCode);
if (orderInfo == null) {
return;
continue;
}
log.info("宁夏平台推送充电状态信息 params:{}", JSONObject.toJSONString(orderInfo));
String result2 = ninaXiaPlatformService.notificationEquipChargeStatus(orderInfo.getOrderCode());
log.info("宁夏平台推送充电状态信息 result:{}", result2);
}