This commit is contained in:
2018-12-12 18:48:48 +00:00
parent ab7a6c2b80
commit 34e250d319
2 changed files with 141 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ namespace AyaNova.Biz
}
}
return " ORDER BY " + sb.ToString();
return " ORDER BY" + sb.ToString();
}