|
|
@ -160,7 +160,7 @@ public class DevicePDAServiceImpl implements IDevicePDAService {
|
|
|
|
// 处理人员信息
|
|
|
|
// 处理人员信息
|
|
|
|
List<SysUser> personList = new ArrayList<>();
|
|
|
|
List<SysUser> personList = new ArrayList<>();
|
|
|
|
for (String id : users) {
|
|
|
|
for (String id : users) {
|
|
|
|
personList.add(personMapper.selectSysUserByUserId(Long.valueOf(id)));
|
|
|
|
personList.add(personMapper.selectSysUserByUserId(id));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 将人员信息置入工单
|
|
|
|
// 将人员信息置入工单
|
|
|
|
order.setPersonList(personList);
|
|
|
|
order.setPersonList(personList);
|
|
|
|