generated from dxfeng/secondev-chapanda-feishu
ADD-应聘者列表状态切换接口
This commit is contained in:
parent
9915b23d47
commit
4b6213130d
|
|
@ -103,7 +103,7 @@ public class ApplicantResumeController {
|
|||
return new ResponseResult<Map<String, Object>, String>(user).run(getApplicantResumeWrapper(user)::getResumeListStatus, param);
|
||||
}
|
||||
|
||||
@POST
|
||||
@GET
|
||||
@Path("/updateResumeListStatus")
|
||||
@Produces(MediaType.APPLICATION_JSON)
|
||||
public String updateResumeListStatus(@Context HttpServletRequest request, @Context HttpServletResponse response) {
|
||||
|
|
|
|||
|
|
@ -492,7 +492,7 @@ public class ApplicantResumeServiceImpl extends Service implements ApplicantResu
|
|||
int uid = user.getUID();
|
||||
RecordSet rs = new RecordSet();
|
||||
rs.executeQuery("select ypzlb from uf_jcl_recruit where userId = ?", uid);
|
||||
String listType = "0";
|
||||
String listType = "1";
|
||||
if (rs.next()) {
|
||||
listType = rs.getString("ypzlb");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue