类 ErrorLogServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.ErrorLogServiceImpl
-
- 所有已实现的接口:
ErrorLogService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class ErrorLogServiceImpl extends Object implements ErrorLogService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
方法详细资料
-
saveErrorLog
@Transactional public void saveErrorLog(ErrorLog errorLog)
从接口复制的说明:ErrorLogService保存错误日志- 指定者:
saveErrorLog在接口中ErrorLogService
-
-