Commit b587457c by guanzhenshan

1

parent 4e50b0b0
...@@ -67,7 +67,7 @@ namespace Bailun.DC.SyncLogisticInfo ...@@ -67,7 +67,7 @@ namespace Bailun.DC.SyncLogisticInfo
if (m != null && m.HasValue) if (m != null && m.HasValue)
{ {
starttime = m.Value.AddMinutes(-2); starttime = m.Value.AddMinutes(-2);
endtime = starttime.AddHours(1); endtime = starttime.AddHours(8);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment