|
@@ -244,8 +244,8 @@ public class PatrolInspectionPlanSonServiceImpl extends AbstractCrudService<Patr
|
|
|
patrolInspectionRecord.setSiteType(planRecordVo.getSiteType());
|
|
|
patrolInspectionRecord.setAreaName(areaList.get(0).getAreaName());
|
|
|
patrolInspectionRecord.setSiteName(planRecordVo.getSiteName());
|
|
|
- patrolInspectionRecord.setName(SecurityUtils.getUsername());
|
|
|
- patrolInspectionRecord.setPhone("人员表缺少");
|
|
|
+ patrolInspectionRecord.setName(SecurityUtils.getLoginUser().getSysPerson().getFullName());
|
|
|
+ patrolInspectionRecord.setPhone(SecurityUtils.getLoginUser().getSysPerson().getLinkPhone());
|
|
|
patrolInspectionRecord.setPlanType(planSonList.get(0).getPlanType());
|
|
|
patrolInspectionRecord.setSiteStatus(planRecordVo.getSiteStatus());
|
|
|
patrolInspectionRecord.setLongitude(planRecordVo.getLongitude());
|