修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
18d2ea7d31
commit
a8224aa018
|
@ -4295,7 +4295,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
|
|
||||||
if (customPrefix.IsNotNullOrEmpty())
|
if (customPrefix.IsNotNullOrEmpty())
|
||||||
{
|
{
|
||||||
result = customPrefix+"/"+ result + "/";
|
result = customPrefix + "/" + result;
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Reference in New Issue