CoreCms.Net.Services/baifenbingfa/OfflineDistributorServices.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
CoreCms.Net.Services/baifenbingfa/OfflineDistributorServices.cs
@@ -141,7 +141,7 @@ oldmod.Adder = entity.Adder; oldmod.ContactPerson = entity.ContactPerson; oldmod.Category = entity.Category; oldmod.CooperationIntent = entity.CooperationIntent; oldmod.School = entity.School; var oldMeetings = await db.Queryable<OfflineDistributorMeeting>().Where(x => x.OfflineDistributorID == oldmod.Id).OrderBy(x => x.id).ToListAsync(); var oldIntentions = await db.Queryable<OfflineDistributorOder>().Where(x => x.OfflineDistributorID == oldmod.Id).OrderBy(x => x.Id).ToListAsync();