src/main/java/com/lf/server/mapper/sys/TokenMapper.java
@@ -44,6 +44,22 @@ public TokenEntity selectToken(int id); /** * 根据id集合查询 * * @param ids * @return */ public List<TokenEntity> selectByIds(List<Integer> ids); /** * 根据id查询一条记录 * * @param id * @return */ public TokenEntity selectOneById(Integer id); /** * 根据token值查询一条记录 * * @param token @@ -69,10 +85,10 @@ /** * 插入多条 * * @param tokenEntity * @param list * @return */ public Integer insertTokens(List<TokenEntity> tokenEntity); public Integer insertTokens(List<TokenEntity> list); /** * 删除一条