| | |
| | | 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(); |
| | |
| | | } |
| | | oldmod.Oders = entity.Oders; |
| | | |
| | | foreach (var meetin in entity.meetings) |
| | | foreach (OfflineDistributorMeeting meetin in entity.meetings) |
| | | { |
| | | if (meetin.id == 9999999) |
| | | { |