业务逻辑修改以及完善

This commit is contained in:
2025-12-17 00:15:22 +08:00
parent 496b1a2852
commit c1598e19db
6 changed files with 87 additions and 33 deletions

View File

@@ -22,6 +22,9 @@ public class HotakeInitScreQuestionsReplyRecordInfo extends BaseEntity
@ApiModelProperty("主键ID")
private Long id;
@ApiModelProperty("岗位申请ID")
private Long roleApplyId;
/** 岗位ID */
@ApiModelProperty("岗位ID")
@Excel(name = "岗位ID")

View File

@@ -136,7 +136,7 @@ public class HotakeRolesInfoServiceImpl extends BaseServiceImpl implements IHota
@Override
public List<HotakeRolesInfo> selectHotakeRolesInfoList(HotakeRolesInfo hotakeRolesInfo)
{
hotakeRolesInfo.setRecruiterId(SecurityUtils.getUserId());
List<HotakeRolesInfo> rolesInfoList = hotakeRolesInfoMapper.selectHotakeRolesInfoList(hotakeRolesInfo);
//计算一个发布日期
if(CollectionUtil.isNotEmpty(rolesInfoList)){