liusheng
2023-09-09 f0f6c3b39dddf5cfdf145425687e9339453b5ba1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/BaseExpertfeetypeController.java
@@ -90,7 +90,7 @@
     */
    @ApiOperation("修改专家费用")
    @Log(title = "专家费用", businessType = BusinessType.UPDATE)
    @PutMapping
    @PostMapping("/edit")
    @RepeatSubmit    
    public AjaxResult edit(@RequestBody BaseExpertfeetype baseExpertfeetype)
    {
@@ -102,7 +102,7 @@
     */
    @ApiOperation("删除专家费用")
    @Log(title = "专家费用", businessType = BusinessType.DELETE)
    @DeleteMapping("/{ids}")
    @DeleteMapping("/remove/{ids}")
    public AjaxResult remove(@PathVariable Long[] ids)
    {
        return toAjax(baseExpertfeetypeService.removeByIds(Arrays.asList(ids)));