Quellcode durchsuchen

Merge branch '长阳分支中职' of http://8.141.155.183:3000/bjquanjiang/DigitalScholl into 长阳分支中职

和田中职
ndbs vor 2 Monaten
Ursprung
Commit
8aab6f96c5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_FunctionVisit/Perm_FunctionVisitService.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_FunctionVisit/Perm_FunctionVisitService.cs Datei anzeigen

@@ -181,10 +181,10 @@ namespace Learun.Application.TwoDevelopment.Permission
if (!string.IsNullOrEmpty(responseData))
{
this.BaseRepository().ExecuteBySql($"update Perm_FunctionVisit set IsOut=1,OutDate='{DateTime.Now}' where PVId='{entity.PVId}' ");
response.Dispose();
return true;
}
}

}
catch (Exception)
{


Laden…
Abbrechen
Speichern