Class OptLogServiceImpl
java.lang.Object
cn.sinozg.applet.biz.opt.service.impl.OptLogServiceImpl
- All Implemented Interfaces:
OptLogService
- Since:
- 2024-02-28 18:12
- Author:
- xieyubin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate OptLogDataServiceprivate OptLogTableServiceprivate OptLogTextService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate OptLogTableinitTableInfo(String logId, OptLogTableInfo t) 初始化表实体信息voidsaveLog(String token, LoginUserVo user, OptLogCycleInfo cycleInfo, Exception e, Object jsonResult) aop 保存
-
Field Details
-
textService
-
logDataService
-
logTableService
-
-
Constructor Details
-
OptLogServiceImpl
public OptLogServiceImpl()
-
-
Method Details
-
saveLog
@Async @Transactional(rollbackFor=java.lang.Throwable.class) public void saveLog(String token, LoginUserVo user, OptLogCycleInfo cycleInfo, Exception e, Object jsonResult) Description copied from interface:OptLogServiceaop 保存- Specified by:
saveLogin interfaceOptLogService- Parameters:
token- tokenuser- 用户cycleInfo- 数据e- 异常jsonResult- 结果
-
initTableInfo
初始化表实体信息- Parameters:
logId- 日志idt- 表变更信息- Returns:
- 实体信息
-