提交代码付凡芮

master
ffr 2024-04-20 10:07:00 +08:00
parent 6a1231533a
commit 9f4d0b3150
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class GatewayController {
* @date
*/
@Scheduled(cron = "0/30 * * * *")
public void dilatation(){
public void dilatation() throws Exception {
gatewayLoadService.dilatation();
}