Merge branch 'dev/dev_xp' into dev/dev

This commit is contained in:
2024-09-06 09:32:40 +08:00
44 changed files with 1703 additions and 195 deletions

View File

@@ -57,4 +57,12 @@ public class AccountTask {
accountService.toVisitor(account);
}
}
/**
* 将Code-Create上注册的用户添加为AiDA的游客
*/
// @Scheduled(cron = "0 */5 * * * *") // Run every 5 minutes
public void registerUserToVisitor(){
accountService.registerUserToVisitor();
}
}