feat(esppScheduleSync): добавлено в синхронизацию поле BasisTime "Время создания наряда"

This commit is contained in:
Mikhail Kuznetsov
2024-08-08 11:25:35 +10:00
parent bd0e082336
commit ff56ff6fd8
3 changed files with 13 additions and 4 deletions

View File

@@ -171,7 +171,7 @@ namespace PARR.EsppSync
if (dbValueStr != esppValueStr)
{
logger.LogDebug($"Не совпадают поля. dbValueStr: {dbValueStr}, esppValueStr: {esppValueStr}");
logger.LogDebug($"Не совпадают поля({prop.Name}). dbValueStr: {dbValueStr}, esppValueStr: {esppValueStr}");
return true;
}