Commit 224725e0 authored by hanfeng's avatar hanfeng

Merge branch 'master_activity' into dev

parents af86c4f5 3573fc12
......@@ -69,7 +69,7 @@ public class ActivityController extends BaseController<ActivityBiz, Activity> {
}
@PutMapping("/remove/{id}")
@DeleteMapping("/remove/{id}")
@ApiOperation(value = "删除",notes = "删除")
public ObjectRestResponse remove(@PathVariable Integer id ){
if (baseBiz.remove(id)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment