ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZMarryController.java
@@ -71,8 +71,8 @@ */ // @PreAuthorize("@ss.hasPermi('system:property:remove')") @Log(title = "婚姻状况记录", businessType = BusinessType.DELETE) @DeleteMapping() public AjaxResult remove(String id) @DeleteMapping("/{id}") public AjaxResult remove(@PathVariable String id) { return zMarryService.deleteOld(id); }