lyhzzz 1 ano atrás
pai
commit
4635acdb57

+ 1 - 1
src/main/java/com/fdkankan/ucenter/task/TaskService.java

@@ -41,7 +41,7 @@ public class TaskService {
     @Scheduled(cron = "${task.cron.del_qrCode:0 */10 * * * ?}")
     public void delLoginQrCode(){
         if("local".equals(NacosProperty.uploadType)){
-            AuthLicenseUtil.checkAuthLicense();
+            //AuthLicenseUtil.checkAuthLicense();
             this.updateSceneViewCount();
             return;
         }