From 21e0c3415eaad9cd1ab6b6f85d4c3ed8beee597b Mon Sep 17 00:00:00 2001 From: little-cat-sweet <851891179@qq.com> Date: Wed, 3 Nov 2021 16:12:15 +0800 Subject: [PATCH] Adding a todo. --- .../xhpc/evcs/notification/NotificationChargeOrderInfoTask.java | 1 + 1 file changed, 1 insertion(+) diff --git a/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/notification/NotificationChargeOrderInfoTask.java b/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/notification/NotificationChargeOrderInfoTask.java index c2f78474..f1a75585 100644 --- a/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/notification/NotificationChargeOrderInfoTask.java +++ b/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/notification/NotificationChargeOrderInfoTask.java @@ -141,6 +141,7 @@ public class NotificationChargeOrderInfoTask extends CoreDispatcher { if (null != chargeOrderInfoResponse) { Integer succStat = chargeOrderInfoResponse.getConfirmResult(); //O means that the response is not success. + //todo add a logic, which will be constructed by the value of confirmResult. if (succStat == 0) { REDIS.setCacheMapValue(orderNo, "chargeOrderInfoNotificationStat", -1); } else {