Commit fe0b6877 authored by 鲁鸿波's avatar 鲁鸿波

值班日志相关方修改

parent 845c3d07
......@@ -268,6 +268,7 @@ public class TContractorPersonServiceImpl extends SuperServiceImpl<TContractorPe
sysUser.setUserId(tContractorPeople.getId()); // 设置用户ID
sysUser.setUserName(tContractorPeople.getName()); // 设置用户姓名
sysUser.setUserType("1");
sysUser.setOrgId(tContractorPeople.getOrgId());
users.add(sysUser); // 将用户添加到用户列表
}
}
......
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