From 838e37ed033fe6ba607f80acfc218d096989bb97 Mon Sep 17 00:00:00 2001 From: jsowell <123@jsowell.com> Date: Thu, 25 Jun 2026 16:13:28 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1PR?= =?UTF-8?q?E=E6=8C=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jsowell/quartz/task/JsowellTask.java | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/jsowell-quartz/src/main/java/com/jsowell/quartz/task/JsowellTask.java b/jsowell-quartz/src/main/java/com/jsowell/quartz/task/JsowellTask.java index aa5262495..6f2e6d049 100644 --- a/jsowell-quartz/src/main/java/com/jsowell/quartz/task/JsowellTask.java +++ b/jsowell-quartz/src/main/java/com/jsowell/quartz/task/JsowellTask.java @@ -91,8 +91,8 @@ public class JsowellTask { public void setBarrier() { String env = SpringUtils.getActiveProfile(); if (StringUtils.equalsIgnoreCase(env, "pre")) { - log.debug("PRE环境不执行"); - // return; + log.info("PRE环境不执行"); + return; } } @@ -103,7 +103,7 @@ public class JsowellTask { public void close15MinutesOfUnpaidOrders() { String env = SpringUtils.getActiveProfile(); if (StringUtils.equalsIgnoreCase(env, "pre")) { - log.debug("PRE环境不执行"); + log.info("PRE环境不执行,关闭15分钟未支付的订单"); return; } // log.info("关闭15分钟未支付的订单"); @@ -117,8 +117,8 @@ public class JsowellTask { public void closeStartFailedOrder() { String env = SpringUtils.getActiveProfile(); if (StringUtils.equalsIgnoreCase(env, "pre")) { - log.debug("PRE环境不执行"); - // return; + log.info("PRE环境不执行"); + return; } // 查询出最近2天支付成功,并且订单状态为未启动的订单 String startTime = DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS, DateUtils.addDays(new Date(), -2)); @@ -132,7 +132,7 @@ public class JsowellTask { public void appointmentOrderStart() { String env = SpringUtils.getActiveProfile(); if (StringUtils.equalsIgnoreCase(env, "pre")) { - log.debug("PRE环境不执行"); + log.info("PRE环境不执行"); return; } // 查询出 已支付 设置预约充电 未启动 的订单 @@ -189,7 +189,7 @@ public class JsowellTask { public void dailyProofreadTimeForYkcV160(Long intervalMillis) { String env = SpringUtils.getActiveProfile(); if (StringUtils.equalsIgnoreCase(env, "pre")) { - log.debug("PRE环境不执行"); + log.info("PRE环境不执行"); return; } @@ -252,7 +252,7 @@ public class JsowellTask { public void calculateTheSiteOrdersReport() { String env = SpringUtils.getActiveProfile(); if (StringUtils.equalsIgnoreCase(env, "pre")) { - log.debug("PRE环境不执行"); + log.info("PRE环境不执行"); return; } // 查询出所有站点 @@ -281,7 +281,7 @@ public class JsowellTask { public void pushToAMap() { String env = SpringUtils.getActiveProfile(); if (StringUtils.equalsIgnoreCase(env, "pre")) { - log.debug("PRE环境不执行"); + log.info("PRE环境不执行"); return; } Set stationIds = redisCache.getCacheSet(CacheConstants.PUSH_STATION_CONNECTOR); @@ -306,7 +306,7 @@ public class JsowellTask { public void pushStationRealTimePowerInfo() { String env = SpringUtils.getActiveProfile(); if (StringUtils.equalsIgnoreCase(env, "pre")) { - log.debug("PRE环境不执行"); + log.info("PRE环境不执行"); return; } @@ -346,7 +346,7 @@ public class JsowellTask { public void pushStatisticsInfo() { String env = SpringUtils.getActiveProfile(); if (StringUtils.equalsIgnoreCase(env, "pre")) { - log.debug("PRE环境不执行"); + log.info("PRE环境不执行"); return; } @@ -387,7 +387,7 @@ public class JsowellTask { public void processOrderSplitting() { String env = SpringUtils.getActiveProfile(); if (StringUtils.equalsIgnoreCase(env, "pre")) { - log.debug("PRE环境不执行"); + log.info("PRE环境不执行"); return; } // 查询运营商列表 @@ -426,7 +426,7 @@ public class JsowellTask { public void generateMerchantBill() { String env = SpringUtils.getActiveProfile(); if (StringUtils.equalsIgnoreCase(env, "pre")) { - log.debug("PRE环境不执行"); + log.info("PRE环境不执行"); return; } // 查询运营商列表 @@ -455,7 +455,7 @@ public class JsowellTask { public void automaticPayouts() { String env = SpringUtils.getActiveProfile(); if (StringUtils.equalsIgnoreCase(env, "pre")) { - log.debug("PRE环境不执行"); + log.info("PRE环境不执行,定时任务,自动提现"); return; } // 查询开启自动提现运营商列表