Commit 1ff5a6e5 authored by luben's avatar luben

fix

parent 00eb8afd
......@@ -43,7 +43,7 @@ public class HouseResourceController {
return AjaxResult.success();
}
@PreAuthorize("@ss.hasPermi('system:house:remove')")
// @PreAuthorize("@ss.hasPermi('system:house:remove')")
@DeleteMapping
public AjaxResult deleteHouseResourceById(@RequestParam String id) {
houseResourceService.deleteHouseResourceById(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