1.修改查询求职者条件
2.返回企业userId
This commit is contained in:
@@ -34,5 +34,7 @@ public interface CompanyMapper extends BaseMapper<Company>
|
||||
|
||||
int updateStatus(Company company);
|
||||
|
||||
int updateLcToLocalStatus(Company company);
|
||||
|
||||
List<Company> selectAdminCompanyList(Company company);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user