修改组织保存返回值
This commit is contained in:
parent
aab6980e2f
commit
86affc4437
@ -31,7 +31,7 @@ public class OrganizationsController {
|
||||
@PostMapping("save")
|
||||
public JsonResult<?> save(@RequestBody Organizations organizations) {
|
||||
organizationsService.save(organizations);
|
||||
return JsonResult.success();
|
||||
return JsonResult.success("",organizations.getOrgId());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user