自动引入场站数据消息已读

optimize
wanghaomei 1 year ago
parent 361977ef81
commit 04c283eb58

@ -8253,7 +8253,7 @@ HLCUTA12307DPXJ3 以这票为例 6个柜
}
//自动引入场站记录信息
allData.AutoYardImport = _repAutoYard.FirstOrDefault(x => x.Id == bookingId);
allData.AutoYardImport = _repAutoYard.FirstOrDefault(x => x.Id == bookingId && !x.IsRead);
return allData;
}

Loading…
Cancel
Save