Commit 1122c5ac by 284718418@qq.com

1.修改bug1447

parent cfaf00eb
......@@ -89,6 +89,9 @@ public class ZpglServiceImpl implements ZpglService {
if (!StringUtils.isEmpty(zpglRcxxDto.getIfrck()) && zpglRcxxDto.getIfrck().intValue() == 1) {
zpglRcxx.setIfrckTime(new Date());
}
if(!StringUtils.isEmpty(zpglRcxxDto.getCreateTime())){
zpglRcxx.setCreateTime(zpglRcxxDto.getCreateTime());
}
String detail = "";
// 类型,1状态变更,2面试,3Offer,4讨论,5其他
int zpglRcxxStatus = 0;
......
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