发起资质审核增加更新面试信息表auth_code

This commit is contained in:
pserimal
2023-06-25 13:43:05 +08:00
parent bc92da58c4
commit d2954d6197

View File

@@ -157,6 +157,7 @@ public class FlowServiceImpl implements FlowService {
hyPartnerInterviewDO.setUpdateTime(new Date());
//更新
hyPartnerInterviewDO.setStatus(Integer.valueOf(WorkflowStatusEnum.INTERVIEW_5.getCode()));
hyPartnerInterviewDO.setAuthCode(authCode);
hyPartnerInterviewMapper.updateByPrimaryKeySelective(hyPartnerInterviewDO);
//4. 更新线索信息(开发主管)