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