提交代码付凡芮
parent
6a1231533a
commit
9f4d0b3150
|
@ -45,7 +45,7 @@ public class GatewayController {
|
||||||
* @date
|
* @date
|
||||||
*/
|
*/
|
||||||
@Scheduled(cron = "0/30 * * * *")
|
@Scheduled(cron = "0/30 * * * *")
|
||||||
public void dilatation(){
|
public void dilatation() throws Exception {
|
||||||
gatewayLoadService.dilatation();
|
gatewayLoadService.dilatation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue