简历以及招聘人基础逻辑修改
This commit is contained in:
@@ -2,6 +2,7 @@ package com.vetti.hotake.mapper;
|
||||
|
||||
import java.util.List;
|
||||
import com.vetti.hotake.domain.HotakeCvInfo;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
/**
|
||||
* 简历信息Mapper接口
|
||||
@@ -66,4 +67,13 @@ public interface HotakeCvInfoMapper
|
||||
*/
|
||||
public int batchInsertHotakeCvInfo(List<HotakeCvInfo> hotakeCvInfoList);
|
||||
|
||||
|
||||
/**
|
||||
* 删除简历信息
|
||||
*
|
||||
* @param userId 用户信息ID
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteHotakeCvInfoByUserIdAndType(@Param("userId") Long userId,@Param("cvFileType") String cvFileType);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user