给日志模块增加按租户查询的参数
This commit is contained in:
@@ -13,7 +13,8 @@ public interface LogMapperEx {
|
||||
@Param("operation") String operation,
|
||||
@Param("userInfo") String userInfo,
|
||||
@Param("clientIp") String clientIp,
|
||||
@Param("status") Integer status,
|
||||
@Param("tenantLoginName") String tenantLoginName,
|
||||
@Param("tenantType") String tenantType,
|
||||
@Param("beginTime") String beginTime,
|
||||
@Param("endTime") String endTime,
|
||||
@Param("content") String content,
|
||||
@@ -24,7 +25,8 @@ public interface LogMapperEx {
|
||||
@Param("operation") String operation,
|
||||
@Param("userInfo") String userInfo,
|
||||
@Param("clientIp") String clientIp,
|
||||
@Param("status") Integer status,
|
||||
@Param("tenantLoginName") String tenantLoginName,
|
||||
@Param("tenantType") String tenantType,
|
||||
@Param("beginTime") String beginTime,
|
||||
@Param("endTime") String endTime,
|
||||
@Param("content") String content);
|
||||
|
||||
Reference in New Issue
Block a user