Package net.risesoft.service.impl
Class ErrorLogServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.ErrorLogServiceImpl
-
- All Implemented Interfaces:
ErrorLogService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class ErrorLogServiceImpl extends Object implements ErrorLogService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Constructor Summary
Constructors Constructor Description ErrorLogServiceImpl()
-
-
-
Method Detail
-
saveErrorLog
@Transactional public void saveErrorLog(ErrorLog errorLog)
Description copied from interface:ErrorLogService保存错误日志- Specified by:
saveErrorLogin interfaceErrorLogService
-
-