|
@@ -38,7 +38,7 @@ public class TaskService {
|
|
|
private ISceneCleanService sceneCleanService;
|
|
|
|
|
|
|
|
|
- @Scheduled(cron = "${task.cron.del_qrCode:0 */10 * * * ?}")
|
|
|
+ //@Scheduled(cron = "${task.cron.del_qrCode:0 */10 * * * ?}")
|
|
|
public void delLoginQrCode(){
|
|
|
if("local".equals(NacosProperty.uploadType)){
|
|
|
AuthLicenseUtil.checkAuthLicense();
|
|
@@ -101,7 +101,7 @@ public class TaskService {
|
|
|
@Autowired
|
|
|
IUserIncrementService userIncrementService;
|
|
|
|
|
|
- @Scheduled(cron = "${task.cron.increment_sendMsg:0 0 12 * * ?}")
|
|
|
+ //@Scheduled(cron = "${task.cron.increment_sendMsg:0 0 12 * * ?}")
|
|
|
public void job11() {
|
|
|
if("local".equals(NacosProperty.uploadType)){
|
|
|
return;
|
|
@@ -117,7 +117,7 @@ public class TaskService {
|
|
|
|
|
|
|
|
|
|
|
|
- @Scheduled(cron = "${task.cron.update_order_status:0 0 0 * * ?}")
|
|
|
+ //@Scheduled(cron = "${task.cron.update_order_status:0 0 0 * * ?}")
|
|
|
public void checkIncrementExpire() {
|
|
|
if("local".equals(NacosProperty.uploadType)){
|
|
|
return;
|
|
@@ -134,7 +134,7 @@ public class TaskService {
|
|
|
@Autowired
|
|
|
IOrderService orderService;
|
|
|
|
|
|
- @Scheduled(cron = "${task.cron.update_order_status:0 0 1 * * ?}")
|
|
|
+ //@Scheduled(cron = "${task.cron.update_order_status:0 0 1 * * ?}")
|
|
|
public void updateOrderStatus() {
|
|
|
if("local".equals(NacosProperty.uploadType)){
|
|
|
return;
|