This commit is contained in:
gsx
2023-04-08 14:06:38 +08:00
parent b15db4f4c2
commit baeec344f9
3 changed files with 15 additions and 21 deletions

View File

@@ -711,7 +711,7 @@ class ExampleController extends Controller {
let num = args.number;
this.service.example.doCreatePool(num, event);
// monitor
// test monitor
this.service.example.monitorJob();
return;