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

2.X
RuoYi 4 years ago committed by 疯狂的狮子li
parent 81a2360e9c
commit 0ecf31b4e3

@ -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)
{

Loading…
Cancel
Save