mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
定时任务处理未分帐订单
This commit is contained in:
@@ -407,4 +407,9 @@ public class CacheConstants {
|
||||
|
||||
public static final String DELAYED_PAYMENT_CONFIRM_QUEUE = "delayed_payment_confirm_queue:";
|
||||
public static final String FAILED_PAYMENT_CONFIRM_LIST = "failed_payment_confirm_list:";
|
||||
|
||||
/**
|
||||
* 控制处理未分帐订单频率
|
||||
*/
|
||||
public static final String PROCESS_UNSPLIT_ORDERS = "processUnsplitOrders";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user