فهرست منبع

更新点位提交时间取值

hanzhengyi 9 ماه پیش
والد
کامیت
841a54c778

+ 0 - 1
service-fire/service-fire-biz/src/main/java/com/usky/fire/service/impl/PatrolInspectionPlanSonServiceImpl.java

@@ -407,7 +407,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);