Adding a todo.

This commit is contained in:
little-cat-sweet 2021-11-03 16:12:15 +08:00
parent 81c7d71484
commit 21e0c3415e

View File

@ -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 {