456
Jinquan_Ou
2023-04-24 2475ec4a6b3b85b8d783890da5508740319213f4
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);
    }