Explorar o código

解决写文件,io-error

lyhzzz hai 1 ano
pai
achega
2764f770a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         }