|
|
@@ -99,7 +99,7 @@ public class AdminOrganizationController extends BaseApiController{
|
|
|
return res;
|
|
|
}
|
|
|
/**编辑页面数据读取**/
|
|
|
- @RequestMapping(value = "/selectAllById" , method = RequestMethod.POST)
|
|
|
+ @RequestMapping(value = "/selectAllById" , method = RequestMethod.GET)
|
|
|
public OrganizationListOut selectAllById(String id){
|
|
|
OrganizationListOut res = organizationService.selectAllById(id);
|
|
|
return res;
|