forked from ddrilling/AsbCloudServer
Правки
This commit is contained in:
parent
2e96f1982f
commit
bc0e33aaf5
@ -88,7 +88,7 @@ namespace AsbCloudApp.Data
|
||||
/// <summary>
|
||||
/// Дата начала операции
|
||||
/// </summary>
|
||||
[DateValidation(AllowNull = false)]
|
||||
[DateValidation(GtDate = "2010-01-01T00:00:00")]
|
||||
public DateTime DateStart { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
@ -308,7 +308,7 @@ namespace AsbCloudWebApi.Controllers
|
||||
|
||||
try
|
||||
{
|
||||
wellOperationImportService.Import(idWell, stream, idUser!.Value, (options & 1) > 0);
|
||||
wellOperationImportService.Import(idWell, stream, idUser.Value, (options & 1) > 0);
|
||||
}
|
||||
catch (FileFormatException ex)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user