简历解析业务逻辑处理
This commit is contained in:
@@ -2,6 +2,7 @@ package com.vetti.hotake.mapper;
|
||||
|
||||
import java.util.List;
|
||||
import com.vetti.hotake.domain.HotakeProblemBaseInfo;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
/**
|
||||
* 面试者问题库信息Mapper接口
|
||||
@@ -72,6 +73,6 @@ public interface HotakeProblemBaseInfoMapper
|
||||
* @param userId 面试者ID
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteHotakeProblemBaseInfoByUserId(Long userId);
|
||||
public int deleteHotakeProblemBaseInfoByUserId(@Param("userId") Long userId,@Param("cvId") Long cvId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user