|
@@ -383,7 +383,7 @@ public class PatrolInspectionPlanSonServiceImpl extends AbstractCrudService<Patr
|
|
throw new BusinessException("不可重复采集地点");
|
|
throw new BusinessException("不可重复采集地点");
|
|
}
|
|
}
|
|
patrolInspectionSite.setCreator(SecurityUtils.getUsername());
|
|
patrolInspectionSite.setCreator(SecurityUtils.getUsername());
|
|
- patrolInspectionSite.setCollector(SecurityUtils.getUsername());
|
|
|
|
|
|
+ patrolInspectionSite.setCollector(SecurityUtils.getLoginUser().getSysUser().getNickName());
|
|
patrolInspectionSite.setCollectTime(LocalDateTime.now());
|
|
patrolInspectionSite.setCollectTime(LocalDateTime.now());
|
|
patrolInspectionSite.setCreateTime(LocalDateTime.now());
|
|
patrolInspectionSite.setCreateTime(LocalDateTime.now());
|
|
patrolInspectionSite.setTenantId(SecurityUtils.getTenantId());
|
|
patrolInspectionSite.setTenantId(SecurityUtils.getTenantId());
|