dengyu 4 weeks ago
parent 043749aac4
commit 6af142d3f0

@ -4290,7 +4290,7 @@ namespace DSWeb.Areas.Dispatch.Controllers
if (SearchType == "sql")
{
result = $"{SearchValue}";
result = $"({SearchValue})";
}
return result;

Loading…
Cancel
Save