细节调整

This commit is contained in:
yanghongwei 2025-03-29 10:10:01 +08:00
parent 328c48dfcc
commit 4922ae31b1
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ namespace LY.App.Service
startTime = SqlFunc.AggregateMin(st.CreateTime), startTime = SqlFunc.AggregateMin(st.CreateTime),
endTime = SqlFunc.AggregateMax(st.CreateTime), endTime = SqlFunc.AggregateMax(st.CreateTime),
sn = st.serial_number, sn = st.serial_number,
Frequency = SqlFunc.AggregateMax(st.freq), Frequency = st.freq,
duration = (SqlFunc.AggregateMax(st.CreateTime) - SqlFunc.AggregateMin(st.CreateTime)).TotalSeconds, duration = (SqlFunc.AggregateMax(st.CreateTime) - SqlFunc.AggregateMin(st.CreateTime)).TotalSeconds,
model = st.device_type, model = st.device_type,
positionId = st.positionId, positionId = st.positionId,