Commit ad575c5e authored by luben's avatar luben

Merge branch 'dev-lb' into 'dev'

fix

See merge request !220
parents b6267588 1ff5a6e5
Pipeline #145071 failed with stages
in 6 minutes and 29 seconds
......@@ -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