修复bug
This commit is contained in:
@@ -1206,7 +1206,7 @@ namespace WMS.Web.Domain.Services.Public
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
return Result.ReFailure(ex.ToString(), 10002);
|
return Result<string>.ReFailure(ex.ToString(), 10002);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user