|
|
@ -67,6 +67,7 @@ public class LogAspect {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
// *========数据库日志=========*//
|
|
|
|
// *========数据库日志=========*//
|
|
|
|
OperLogEvent operLog = new OperLogEvent();
|
|
|
|
OperLogEvent operLog = new OperLogEvent();
|
|
|
|
|
|
|
|
operLog.setTenantId(LoginHelper.getTenantId());
|
|
|
|
operLog.setStatus(BusinessStatus.SUCCESS.ordinal());
|
|
|
|
operLog.setStatus(BusinessStatus.SUCCESS.ordinal());
|
|
|
|
// 请求的地址
|
|
|
|
// 请求的地址
|
|
|
|
String ip = ServletUtils.getClientIP();
|
|
|
|
String ip = ServletUtils.getClientIP();
|
|
|
|