liusheng
2023-09-20 e91d1f0251d30dc3c59b38d5318266357a64c12c
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateconsolationfundController.java
@@ -90,7 +90,7 @@
     */
    @ApiOperation("修改资金申请主表")
    @Log(title = "资金申请主表", businessType = BusinessType.UPDATE)
    @PutMapping
    @PostMapping("/edit")
    @RepeatSubmit    
    public AjaxResult edit(@RequestBody ServiceDonateconsolationfund serviceDonateconsolationfund)
    {
@@ -102,7 +102,7 @@
     */
    @ApiOperation("删除资金申请主表")
    @Log(title = "资金申请主表", businessType = BusinessType.DELETE)
    @DeleteMapping("/{ids}")
    @GetMapping("/remove/{ids}")
    public AjaxResult remove(@PathVariable Long[] ids)
    {
        return toAjax(serviceDonateconsolationfundService.removeByIds(Arrays.asList(ids)));