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

@@ -14,5 +14,7 @@ import java.util.List;
public interface CompanyContactService {
List<CompanyContact> getSelectList(CompanyContact companyContact);
int insertUpadteCompanyContact(List<CompanyContact> list);
}