|
@@ -264,8 +264,6 @@ public class PatrolInspectionPlanSonServiceImpl extends AbstractCrudService<Patr
|
|
|
patrolInspectionRecord.setSiteType(planRecordVo.getSiteType());
|
|
|
patrolInspectionRecord.setAreaName(areaList.get(0).getAreaName());
|
|
|
patrolInspectionRecord.setSiteName(planRecordVo.getSiteName());
|
|
|
- System.out.println("ceshi+++++++"+SecurityUtils.getUserKey());
|
|
|
- System.out.println("ceshi2+++++++"+SecurityUtils.getLoginUser().toString());
|
|
|
patrolInspectionRecord.setName(SecurityUtils.getLoginUser().getSysUser().getNickName());
|
|
|
patrolInspectionRecord.setPhone(SecurityUtils.getLoginUser().getSysUser().getPhonenumber());
|
|
|
patrolInspectionRecord.setPlanType(planSonList.get(0).getPlanType());
|