mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 宁夏平台Service
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user