修改
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
he 2025-07-22 16:22:52 +08:00
parent 18d2ea7d31
commit a8224aa018
1 changed files with 1 additions and 1 deletions

View File

@ -4295,7 +4295,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
if (customPrefix.IsNotNullOrEmpty())
{
result = customPrefix+"/"+ result + "/";
result = customPrefix + "/" + result;
}
return result;