Commit 73a3ba61 authored by wangxl's avatar wangxl

77

parent 1435859a
...@@ -213,6 +213,7 @@ public class ComExpertServiceImpl extends BaseServiceImpl<ComExpertDAO, ComExper ...@@ -213,6 +213,7 @@ public class ComExpertServiceImpl extends BaseServiceImpl<ComExpertDAO, ComExper
e.setAuditSpecList(audtiSpecList); e.setAuditSpecList(audtiSpecList);
} }
} }
e.setWorkUnit(e.getUnitName());
insert(e); insert(e);
}); });
return "专家导入成功!"; return "专家导入成功!";
......
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