整体调整了功能
This commit is contained in:
@@ -146,8 +146,8 @@ namespace FATrace.OEMApp.Services
|
||||
User = user,
|
||||
Status = TaskStatus.Pending,
|
||||
Progress = 0,
|
||||
NvrStartTime = start ?? now.AddSeconds(-VideoTime),
|
||||
NvrEndTime = end ?? now,
|
||||
NvrStartTime = now,
|
||||
NvrEndTime = now.AddSeconds(VideoTime),
|
||||
CreateTime = now,
|
||||
UpdateTime = now
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user