Commit 094fdbcc authored by 鲁鸿波's avatar 鲁鸿波

查询没有部门的租赁库数据并且添加默认部门以及默认岗位: 名称更改成安全环保部员工

parent 40a438e2
......@@ -119,7 +119,7 @@ public class TSysOrgServiceImpl extends SuperServiceImpl<TSysOrgDao, TSysOrg> im
sysPost.setId(id);
sysPost.setDeptId(temp.getOrgId());
sysPost.setOrgId(temp.getParentId());
sysPost.setPostName("综合部");
sysPost.setPostName("安全环保部员工");
sysPost.setStatus("0");
addSysPost.add(sysPost);
}
......
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