Commit 36812240 authored by hanfeng's avatar hanfeng

Merge branch 'master_activity' into dev

parents 5b25fd1a ecb9d4c8
......@@ -69,7 +69,7 @@ public class ActivityController extends BaseController<ActivityBiz, Activity> {
}
@PutMapping("/remove/id")
@PutMapping("/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