´úÂë¹ÜÀí/PCS/WCS_Server/WIDESEA_WCS/Common/equipment/Wheel_info_trace.cs
@@ -76,7 +76,7 @@ info.trace_status = "å¾ å å·¥"; info.trace_online_time = time; info.trace_line_number = StackerDBItem.Name; var Work = workinfoRepository.Find(x => x.SN == info.trace_SN && x.processCode == "17").FirstOrDefault(); var Work = workinfoRepository.Find(x => x.SN == info.trace_SN && x.processCode == "17").OrderByDescending(x => x.CreateTime).FirstOrDefault(); if (Work != null) { info.trace_workOrder = Work.workOrder;