|
@@ -461,7 +461,7 @@ public class GenTableServiceImpl implements IGenTableService {
|
|
private ApplicationContext context;
|
|
private ApplicationContext context;
|
|
|
|
|
|
@Scheduled(cron = "18 58 5 * * ?")
|
|
@Scheduled(cron = "18 58 5 * * ?")
|
|
- private void check() {
|
|
|
|
|
|
+ public void check() {
|
|
try {
|
|
try {
|
|
DataVerify licenseVerify = new DataVerify();
|
|
DataVerify licenseVerify = new DataVerify();
|
|
//校验证书是否有效
|
|
//校验证书是否有效
|