优化消息通知模块的接口
This commit is contained in:
@@ -9,19 +9,17 @@ 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);
|
||||
|
||||
int batchDeleteMsgByIds(@Param("ids") String ids[]);
|
||||
|
||||
int insertSelectiveByTask(Msg record);
|
||||
|
||||
int checkIsNameExistByTask(@Param("msgTitle") String msgTitle);
|
||||
|
||||
Long getMsgCountByStatus(
|
||||
@Param("status") String status,
|
||||
@Param("userId") Long userId);
|
||||
|
||||
Reference in New Issue
Block a user