REQ-3540: rename
This commit is contained in:
parent
6b2b133233
commit
0ea89ecd4d
@ -13,7 +13,7 @@ import cn.axzo.nanopart.doc.api.util.BizAssertions;
|
||||
* @author yanglin
|
||||
*/
|
||||
@Repository
|
||||
public class EssLogDao extends ServiceImpl<DocLogMapper, DocLog> {
|
||||
public class DocLogDao extends ServiceImpl<DocLogMapper, DocLog> {
|
||||
|
||||
public void logRequest(String context, Object subject, Object request) {
|
||||
log(context, subject, "request", request);
|
||||
Loading…
Reference in New Issue
Block a user