Commit dd1b44b7 by tyk

经验交流代码提交

parent b5f2e138
......@@ -156,16 +156,6 @@ public class JygxWzglController extends BaseController
return toAjax(jygxWzglService.updateJygxWzgl(jygxWzgl));
}
/**
* 文章管理发布
*/
@PreAuthorize("@ss.hasPermi('system:wzgl:wzglfb')")
@Log(title = "文章管理发布", businessType = BusinessType.UPDATE)
@PutMapping("/wzglfb")
public AjaxResult wzglfb(@RequestBody JygxWzgl jygxWzgl)
{
return toAjax(jygxWzglService.updateJygxWzgl(jygxWzgl));
}
/**
* 删除经验共享-文章管理
......
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