修正通知公告日志记录类型
parent
94a6a5a7d9
commit
92a93f7cf8
|
@ -59,7 +59,7 @@ public class SysNoticeController extends BaseController
|
||||||
* 新增通知公告
|
* 新增通知公告
|
||||||
*/
|
*/
|
||||||
@PreAuthorize(hasPermi = "system:notice:add")
|
@PreAuthorize(hasPermi = "system:notice:add")
|
||||||
@Log(title = "通知公告", businessType = BusinessType.UPDATE)
|
@Log(title = "通知公告", businessType = BusinessType.INSERT)
|
||||||
@PostMapping
|
@PostMapping
|
||||||
public AjaxResult add(@Validated @RequestBody SysNotice notice)
|
public AjaxResult add(@Validated @RequestBody SysNotice notice)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue