|
|
@@ -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) |
|
|
|
{ |
|
|
|