1.修改推荐岗位时,es查询角色时企业时,排除jobIds,企业用户则不排除

2.添加企业联系人新增和修改问题
This commit is contained in:
sh
2025-10-25 11:54:18 +08:00
parent 5ee26b01d0
commit 267d010ce7
9 changed files with 154 additions and 5 deletions

View File

@@ -17,4 +17,6 @@ public interface CompanyContactMapper extends BaseMapper<CompanyContact> {
List<CompanyContact> getSelectList(CompanyContact companyContact);
int batchInsert(List<CompanyContact> list);
int batchUpdate(List<CompanyContact> list);
}