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