diff --git a/src/main/java/com/lz/modules/app/controller/StaffRoleController.java b/src/main/java/com/lz/modules/app/controller/StaffRoleController.java index 343c18ec..c33121ea 100644 --- a/src/main/java/com/lz/modules/app/controller/StaffRoleController.java +++ b/src/main/java/com/lz/modules/app/controller/StaffRoleController.java @@ -93,7 +93,7 @@ public class StaffRoleController { } staffRoles.add(staffRoleModel); } - return R.ok().put("staffRoles", staffRoles); + return R.ok().put("data", staffRoles); } /**