修正通知公告日志记录类型

product
RuoYi 2021-04-12 10:19:13 +08:00
parent 94a6a5a7d9
commit 92a93f7cf8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class SysNoticeController extends BaseController
*
*/
@PreAuthorize(hasPermi = "system:notice:add")
@Log(title = "通知公告", businessType = BusinessType.UPDATE)
@Log(title = "通知公告", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@Validated @RequestBody SysNotice notice)
{