mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-07 04:50:38 +00:00
修正通知公告日志记录类型
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user