提交修改

This commit is contained in:
quyixiao 2020-10-21 14:35:25 +08:00
parent bbde768178
commit 9e1a5c591b

View File

@ -93,7 +93,7 @@ public class StaffRoleController {
}
staffRoles.add(staffRoleModel);
}
return R.ok().put("staffRoles", staffRoles);
return R.ok().put("data", staffRoles);
}
/**