|
@@ -556,7 +556,6 @@ public class PatrolInspectionPlanSonServiceImpl extends AbstractCrudService<Patr
|
|
|
}
|
|
|
patrolInspectionSite.setCreator(SecurityUtils.getUsername());
|
|
|
patrolInspectionSite.setCollector(SecurityUtils.getLoginUser().getSysUser().getNickName());
|
|
|
- patrolInspectionSite.setCollectTime(LocalDateTime.now());
|
|
|
patrolInspectionSite.setCreateTime(LocalDateTime.now());
|
|
|
patrolInspectionSite.setTenantId(SecurityUtils.getTenantId());
|
|
|
patrolInspectionSite.setEnable(1);
|