Commit d794e072 by 284718418@qq.com

招聘管理-修改BUG 淘汰加入人才库生效

parent 3455ad3c
......@@ -161,6 +161,10 @@ public class ZpglServiceImpl implements ZpglService {
break;
case 9:
//淘汰 填充字段
if(!StringUtils.isEmpty(zpglRcxxDto.getIfrck())){
zpglRcxx.setIfrck(zpglRcxxDto.getIfrck());
zpglRcxx.setIfrckTime(new Date());
}
zpglRcxx.setZpglFailId(zpglRcxxDto.getZpglFailId());
zpglRcxx.setRemarks(zpglRcxxDto.getRemarks());
ZpglFail zpglFail = ZpglFail.builder().id(zpglRcxxDto.getZpglFailId()).build().selectById();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment