运踪订阅

optimize
wet 2 years ago
parent 72e98f4d52
commit 0d8c7e2e24

@ -1171,7 +1171,7 @@ namespace Myshipping.Application
#region ATD
if (item.Status == "ATD")
{
var o = _rep.AsQueryable().Where(x => x.Id == item.BookingId).FirstAsync().Result;
var o = _rep.AsQueryable().Filter(null,true).Where(x => x.Id == item.BookingId).FirstAsync().Result;
var oldatd = o.ATD;
if (oldatd != item.OpTime)
{

Loading…
Cancel
Save