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:
@@ -350,7 +350,7 @@ public class JsowellTask {
|
|||||||
*/
|
*/
|
||||||
public void processUnSettledOrder() {
|
public void processUnSettledOrder() {
|
||||||
String startTime = "2023-01-01 00:00:00";
|
String startTime = "2023-01-01 00:00:00";
|
||||||
String endTime = "2023-12-31 23:59:59";
|
String endTime = "2024-12-31 23:59:59";
|
||||||
|
|
||||||
// 使用redis控制请求api
|
// 使用redis控制请求api
|
||||||
Boolean setnx = redisCache.setnx(CacheConstants.PROCESS_UNSPLIT_ORDERS, Constants.ONE, 65);
|
Boolean setnx = redisCache.setnx(CacheConstants.PROCESS_UNSPLIT_ORDERS, Constants.ONE, 65);
|
||||||
|
|||||||
Reference in New Issue
Block a user