src/main/java/com/zy/asrs/controller/ConsoleController.java @@ -398,6 +398,6 @@ return R.ok().add(slave); } } return R.ok(); return R.error(); } }