|
@@ -150,6 +150,13 @@ public class PatrolInspectionPersonnelServiceImpl extends AbstractCrudService<Pa
|
|
|
patrolInspectionPersonnelVo.setResidence(list.get(i).getResidence());
|
|
|
patrolInspectionPersonnelVo.setPhysicsCard(list.get(i).getPhysicsCard());
|
|
|
patrolInspectionPersonnelVo.setIdCard(list.get(i).getIdCard());
|
|
|
+ patrolInspectionPersonnelVo.setFullName(list.get(i).getFullName());
|
|
|
+ patrolInspectionPersonnelVo.setWhetherEmploy(list.get(i).getWhetherEmploy());
|
|
|
+ patrolInspectionPersonnelVo.setBirthDate(list.get(i).getBirthDate());
|
|
|
+ patrolInspectionPersonnelVo.setSex(list.get(i).getSex());
|
|
|
+ patrolInspectionPersonnelVo.setPhoneNumber(list.get(i).getPhoneNumber());
|
|
|
+ patrolInspectionPersonnelVo.setMainPosition(list.get(i).getMainPosition());
|
|
|
+ patrolInspectionPersonnelVo.setServiceContent(list.get(i).getServiceContent());
|
|
|
for (int j = 0; j < userList.size(); j++) {
|
|
|
if (list.get(i).getUserId().longValue() == userList.get(j).getUserId()) {
|
|
|
patrolInspectionPersonnelVo.setName(userList.get(j).getNickName());
|