From 8eacbd15374d01296926e87be3125731521000ee Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 12 四月 2019 15:58:23 +0800
Subject: [PATCH] 手机号修改7天内禁止事件添加
---
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/ForbiddenUserIdentifyCodeMapper.java | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/ForbiddenUserIdentifyCodeMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/ForbiddenUserIdentifyCodeMapper.java
index 27e65f4..d9fdd44 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/ForbiddenUserIdentifyCodeMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/ForbiddenUserIdentifyCodeMapper.java
@@ -7,7 +7,6 @@
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.bus.user.ForbiddenUserIdentifyCode;
import com.yeshi.fanli.entity.bus.user.ForbiddenUserIdentifyCode.ForbiddenUserIdentifyCodeTypeEnum;
-import com.yeshi.fanli.vo.user.ForbiddenUserIdentifyCodeVO;
public interface ForbiddenUserIdentifyCodeMapper extends BaseMapper<ForbiddenUserIdentifyCode> {
@@ -21,18 +20,4 @@
List<ForbiddenUserIdentifyCode> listByTypeAndIdentifyCode(@Param("type") ForbiddenUserIdentifyCodeTypeEnum type,
@Param("identifyCode") String identifyCode);
-
- /**
- * 鏌ヨ灏佺璁板綍
- * @param start
- * @param count
- * @param key
- * @return
- */
- List<ForbiddenUserIdentifyCodeVO> listQuery(@Param("start") long start, @Param("count") int count,
- @Param("key") String key, @Param("type") Integer type);
-
-
- long countQuery(@Param("key") String key, @Param("type") Integer type);
-
}
\ No newline at end of file
--
Gitblit v1.8.0