public class DefaultLogRecordServiceImpl extends Object implements ILogRecordService
public void record(LogRecord logRecord)
ILogRecordServicerecord 在接口中 ILogRecordServicelogRecord - 日志实体public List<LogRecord> queryLog(String bizNo, String type)
ILogRecordServicequeryLog 在接口中 ILogRecordServicebizNo - 操作日志的业务标识,比如:订单号type - 操作日志类型public List<LogRecord> queryLogByBizNo(String bizNo, String type, String subType)
ILogRecordServicequeryLogByBizNo 在接口中 ILogRecordServicebizNo - 操作日志的业务标识,比如:订单号type - 操作日志类型subType - 操作日志子类型Copyright © 2023. All rights reserved.