Commit 26123257 authored by hongguangwu's avatar hongguangwu

MVP1.7.8-状态

parent d169b110
......@@ -2348,6 +2348,9 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
atta.setCreateName(user.getNickname());
atta.setCreateTime(LocalDateTime.now());
}
if (Common.isEmpty(atta.getAttaName())) {
atta.setAttaName(preInfo.getAttaName());
}
tAttaInfoService.saveOrUpdate(newEmpAtta);
}
}
......
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