update 未分账支付单分到默认账户

This commit is contained in:
2023-10-16 10:18:06 +08:00
parent 45da1f1ed1
commit c2af8aca41
16 changed files with 148 additions and 109 deletions

View File

@@ -35,6 +35,9 @@ public class CacheConstants {
public static final String PUSH_STATION_CONNECTOR = "push_station_connector";
// 支付确认列表
public static final String PAYMENT_CONFIRM_LIST = "payment_confirm_list:";
// 会员余额退款正在进行中
public static final String MEMBER_BALANCE_REFUNDS_ARE_IN_PROGRESS = "member_balance_refunds_are_in_progress:";