feat(esppScheduleSync): доделал синхронизацию расписаний. dal: обновлена таблица EsppSchTypeValue
This commit is contained in:
@@ -35,12 +35,6 @@ namespace PARR.DAL.Services.Implementations
|
||||
{
|
||||
//Формирует расписание в нормальном понятном виде из БД
|
||||
|
||||
if (applicationInWorksId == new Guid("4c65475c-e11d-4147-b219-50d632fa321b"))
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
var schValues = await dataContext.EsppSchValues
|
||||
.Include(t => t.EsppSchTypeConfig)
|
||||
.ThenInclude(t => t!.EsppSchTypeSchedule)
|
||||
|
||||
Reference in New Issue
Block a user