|
@@ -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);
|
|
|
}
|