添加pc端es查询岗位方法

This commit is contained in:
sh
2025-10-28 10:47:03 +08:00
parent ce2d9328c3
commit ec09ede7eb
11 changed files with 215 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
package com.ruoyi.cms.service;
import com.ruoyi.cms.domain.ESJobDocument;
import com.ruoyi.cms.domain.Job;
import com.ruoyi.cms.domain.query.ESJobSearch;
import com.ruoyi.common.core.domain.entity.AppUser;
import org.dromara.easyes.core.biz.EsPageInfo;
import java.util.List;
@@ -69,4 +69,6 @@ public interface IESJobSearchService
void deleteJob(Long jobId);
List<ESJobDocument> selectByIds(Long[] jobIds);
List<ESJobDocument> selectSysTextListExceptJobId(ESJobSearch esJobSearch, List<Long> jobIds, AppUser appUser);
}