|
|
@@ -80,7 +80,7 @@ public class AdminOrganizationController extends BaseApiController{
|
|
|
@RequestMapping(value = "/selectAllById" , method = RequestMethod.POST)
|
|
|
public Result selectAllById(String id){
|
|
|
Result res = new Result();
|
|
|
- res.data(organizationService.selectAllById(id)) ;
|
|
|
+ res.data(organizationService.selectAllById(id));
|
|
|
return res;
|
|
|
}
|
|
|
/**修改信息**/
|