1.添加用户投诉岗位
2.管理员对企业和岗位下架
This commit is contained in:
@@ -69,4 +69,12 @@ public interface JobMapper extends BaseMapper<Job> {
|
||||
Long delRowWork();
|
||||
|
||||
List<AppUser> getRecommendByJobId(@Param("jobId") Long jobId);
|
||||
|
||||
public int updateStatus(Job job);
|
||||
|
||||
//根据企业id批量上架岗位
|
||||
public void updateBatchUpStatus(@Param("companyId") Long companyId);
|
||||
|
||||
//根据企业id批量下架架岗位
|
||||
public void updateBatchDownStatus(@Param("companyId") Long companyId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user