Commit 542b518f authored by fangxinjiang's avatar fangxinjiang

附属信息学历新增服务间

parent 90f438b8
......@@ -258,7 +258,12 @@ public class TEmpEducationServiceImpl extends ServiceImpl<TEmpEducationMapper, T
updateEducationOfEmp(insert);
this.save(insert);
}
/**
* @Author fxj
* @Description 档案新增或更新学历专用接口
* @Date 9:35 2022/6/22
**/
@Transactional
@Override
public R<Boolean> insertEducationOfEmp(TEmpEducation education){
if (Common.isEmpty(education) && Common.isEmpty(education.getHighIdentification())){
......
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