mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
定时任务处理未分帐订单
This commit is contained in:
@@ -356,7 +356,7 @@ public class JsowellTask {
|
||||
|
||||
// 使用redis控制请求api
|
||||
String key = "processUnsplitOrders";
|
||||
Boolean setnx = redisCache.setnx(key, "1", 61);
|
||||
Boolean setnx = redisCache.setnx(key, "1", 65);
|
||||
if (!setnx) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user