Commit 00eb8afd authored by luben's avatar luben

fix

parent fc268905
...@@ -896,7 +896,7 @@ public class RegionController extends BaseController { ...@@ -896,7 +896,7 @@ public class RegionController extends BaseController {
return AjaxResult.success(); return AjaxResult.success();
} }
@PreAuthorize("@ss.hasPermi('system:region:edit')") // @PreAuthorize("@ss.hasPermi('system:region:edit')")
@RequestMapping(value = "/changeName",method = RequestMethod.GET) @RequestMapping(value = "/changeName",method = RequestMethod.GET)
@ResponseBody @ResponseBody
public AjaxResult changeName(@RequestParam(value = "id", required = false) String id, public AjaxResult changeName(@RequestParam(value = "id", required = false) String id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment