update 打印日志

This commit is contained in:
Guoqs
2024-07-12 14:54:43 +08:00
parent 4c02ae60ce
commit 33b33ad29f
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ public class NotificationService {
ThirdPartyPlatformService platformService = ThirdPartyPlatformFactory.getInvokeStrategy(secretInfoVO.getPlatformType());
platformService.notificationConnectorChargeStatus(orderCode, secretInfoVO);
} catch (Exception e) {
logger.error("设备充电中状态变化推送error", e);
logger.error("设备充电中状态变化推送error:{}", e.getMessage());
}
}
}