Uat_Study
hang 2022-08-04 17:54:18 +08:00
parent 875e1e1c7b
commit d5f4aadd82
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ namespace IRaCIS.Core.Infrastructure.Extention
/// <returns></returns>
public static IResponseOutput<T> Result<T>(bool success, T data = default)
{
return success ? Ok<T>(data) : NotOk<T>("Saved failed");
return success ? Ok<T>(data) : NotOk<T>("Saved failed",data);
}
///// <summary>