瀏覽代碼

解决写文件,io-error

lyhzzz 1 年之前
父節點
當前提交
2764f770a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/fdkankan/ucenter/task/TaskService.java

+ 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;
         }