tangdi 3 лет назад
Родитель
Сommit
0367757c26
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      MicroServices/Business/Business.Application/Quartz/ExtJobService.cs

+ 1 - 1
MicroServices/Business/Business.Application/Quartz/ExtJobService.cs

@@ -413,7 +413,7 @@ namespace Business.Quartz
                         options.InsertKeepIdentity = true;
                         options.InsertKeepIdentity = true;
                         options.AutoMapOutputDirection = false;
                         options.AutoMapOutputDirection = false;
                         options.ColumnPrimaryKeyExpression = c => c.Id;
                         options.ColumnPrimaryKeyExpression = c => c.Id;
-                    };
+                    });
                 }
                 }
 
 
                 if (ic_planListAdd.Count > 0)
                 if (ic_planListAdd.Count > 0)