he2802 hace 3 años
padre
commit
bcf2adbdd2

+ 1 - 1
zhongzheng-admin/src/main/java/com/zhongzheng/controller/base/ActivityAdvertisingController.java

@@ -94,7 +94,7 @@ public class ActivityAdvertisingController extends BaseController {
     @ApiOperation("修改广告发布储存")
     @PreAuthorize("@ss.hasPermi('system:advertising:edit')")
     @Log(title = "广告发布储存", businessType = BusinessType.UPDATE)
-    @PutMapping()
+    @PostMapping("/edit")
     public AjaxResult<Void> edit(@RequestBody ActivityAdvertisingEditBo bo) {
         return toAjax(iActivityAdvertisingService.updateByEditBo(bo) ? 1 : 0);
     }