liusheng
2023-09-12 00e066b1b6c1f2c5e94adfcf50b49cf2a3d682d0
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonatefollowupController.java
@@ -108,7 +108,7 @@
    @ApiOperation("修改捐献随访")
    //@PreAuthorize("@ss.hasPermi('project:donatefollowup:edit')")
    @Log(title = "捐献随访", businessType = BusinessType.UPDATE)
    @PutMapping
    @PostMapping("/edit")
    @RepeatSubmit    
    public AjaxResult edit(@RequestBody ServiceDonatefollowup serviceDonatefollowup)
    {
@@ -122,7 +122,7 @@
    @ApiOperation("删除捐献随访")
    //@PreAuthorize("@ss.hasPermi('project:donatefollowup:remove')")
    @Log(title = "捐献随访", businessType = BusinessType.DELETE)
    @DeleteMapping("/{ids}")
    @GetMapping("/remove/{ids}")
    public AjaxResult remove(@PathVariable Long[] ids)
    {
        return toAjax(serviceDonatefollowupService.removeByIds(Arrays.asList(ids)));