|
@@ -158,6 +158,8 @@ public class PatrolInspectionPersonnelServiceImpl extends AbstractCrudService<Pa
|
|
|
patrolInspectionPersonnelVo.setPhoneNumber(list.get(i).getPhoneNumber());
|
|
|
patrolInspectionPersonnelVo.setMainPosition(list.get(i).getMainPosition());
|
|
|
patrolInspectionPersonnelVo.setServiceContent(list.get(i).getServiceContent());
|
|
|
+ patrolInspectionPersonnelVo.setDispatchCompany(list.get(i).getDispatchCompany());
|
|
|
+ patrolInspectionPersonnelVo.setSecurityCompany(list.get(i).getSecurityCompany());
|
|
|
for (int j = 0; j < userList.size(); j++) {
|
|
|
if (list.get(i).getUserId().longValue() == userList.get(j).getUserId()) {
|
|
|
patrolInspectionPersonnelVo.setName(userList.get(j).getNickName());
|