解决登录时候日志记录的bug
This commit is contained in:
@@ -183,7 +183,7 @@ public class LogService {
|
||||
log.setStatus(status);
|
||||
log.setContent(content);
|
||||
log.setTenantId(tenantId);
|
||||
logMapper.insertSelective(log);
|
||||
logMapperEx.insertLogWithUserId(log);
|
||||
}
|
||||
}catch(Exception e){
|
||||
JshException.writeFail(logger, e);
|
||||
|
||||
Reference in New Issue
Block a user