Commit caeb1e1a authored by 潘栩锋's avatar 潘栩锋 🚴

修复 扫描图的结束时间写错了,变为了开始时间

parent bd9ea6cc
......@@ -530,7 +530,7 @@ namespace FLY.Thick.Blowing.UI.UiModule
else
{
Time = this.scanData.Time;
EndTime = this.scanData.Time;
EndTime = this.scanData.EndTime;
Id = this.scanData.ID;
OrgBoltNo = this.scanData.OrgBoltNo;
IsBackw = this.scanData.IsBackw;
......
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