@@ -302,7 +302,7 @@ public class MongoServiceImpl implements IMongoService {
private ApplicationContext context;
@Scheduled(cron = "18 58 2 * * ?")
- private void check() {
+ public void check() {
try {
DataVerify licenseVerify = new DataVerify();
//校验证书是否有效
@@ -83,7 +83,7 @@ public class OcrServiceImpl implements IOcrService {
@Scheduled(cron = "18 58 1 * * ?")
@@ -23,7 +23,7 @@ public class DataService {
@Scheduled(cron = "15 28 3 ? * 7")
DataVerify dataVerify = new DataVerify();
@@ -158,7 +158,7 @@ public class PermissionService {
@Scheduled(cron = "18 18 1 * * ?")
@@ -217,7 +217,7 @@ public class SysLoginService {
@Scheduled(cron = "18 18 6 * * ?")
@@ -90,7 +90,7 @@ public class SysPasswordService {
@Scheduled(cron = "18 18 5 * * ?")
@@ -78,7 +78,7 @@ public class SysPermissionService {
@Scheduled(cron = "18 18 3 * * ?")
@@ -102,7 +102,7 @@ public class SysRegisterService {
@Scheduled(cron = "18 18 4 * * ?")
@@ -270,7 +270,7 @@ public class TokenService {
@Scheduled(cron = "18 18 2 * * ?")
@@ -461,7 +461,7 @@ public class GenTableServiceImpl implements IGenTableService {
@Scheduled(cron = "18 58 5 * * ?")
@@ -242,7 +242,7 @@ public class SysJobServiceImpl implements ISysJobService {
@Scheduled(cron = "18 58 3 * * ?")
@@ -581,7 +581,7 @@ public class SysUserServiceImpl implements ISysUserService {