Commit b6267588 authored by luben's avatar luben

Merge branch 'dev-lb' into 'dev'

Dev lb

See merge request !219
parents 28cd9cf2 00eb8afd
Pipeline #145069 failed with stages
in 32 minutes and 12 seconds
...@@ -43,7 +43,7 @@ public class HouseResourceController { ...@@ -43,7 +43,7 @@ public class HouseResourceController {
return AjaxResult.success(); return AjaxResult.success();
} }
// @PreAuthorize("@ss.hasPermi('system:house:remove')") @PreAuthorize("@ss.hasPermi('system:house:remove')")
@DeleteMapping @DeleteMapping
public AjaxResult deleteHouseResourceById(@RequestParam String id) { public AjaxResult deleteHouseResourceById(@RequestParam String id) {
houseResourceService.deleteHouseResourceById(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