给日志、菜单等页面优化接口
This commit is contained in:
@@ -10,13 +10,6 @@ import java.util.List;
|
||||
public interface InOutItemMapperEx {
|
||||
|
||||
List<InOutItem> selectByConditionInOutItem(
|
||||
@Param("name") String name,
|
||||
@Param("type") String type,
|
||||
@Param("remark") String remark,
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
Long countsByInOutItem(
|
||||
@Param("name") String name,
|
||||
@Param("type") String type,
|
||||
@Param("remark") String remark);
|
||||
|
||||
@@ -10,18 +10,6 @@ import java.util.List;
|
||||
public interface LogMapperEx {
|
||||
|
||||
List<LogVo4List> selectByConditionLog(
|
||||
@Param("operation") String operation,
|
||||
@Param("userInfo") String userInfo,
|
||||
@Param("clientIp") String clientIp,
|
||||
@Param("tenantLoginName") String tenantLoginName,
|
||||
@Param("tenantType") String tenantType,
|
||||
@Param("beginTime") String beginTime,
|
||||
@Param("endTime") String endTime,
|
||||
@Param("content") String content,
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
Long countsByLog(
|
||||
@Param("operation") String operation,
|
||||
@Param("userInfo") String userInfo,
|
||||
@Param("clientIp") String clientIp,
|
||||
|
||||
@@ -9,12 +9,6 @@ import java.util.List;
|
||||
public interface MsgMapperEx {
|
||||
|
||||
List<MsgEx> selectByConditionMsg(
|
||||
@Param("userId") Long userId,
|
||||
@Param("name") String name,
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
Long countsByMsg(
|
||||
@Param("userId") Long userId,
|
||||
@Param("name") String name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user