STAGE 3-2

This commit is contained in:
2025-11-12 18:22:53 +08:00
parent 8b8869fbde
commit 1d78bdd3d9
13 changed files with 13 additions and 16 deletions

View File

@@ -132,8 +132,7 @@ public partial class admin_follower_import : MyWeb.config
);
sd.AppendChild(tr);
var qry = _db.countries.AsEnumerable()
.OrderBy(o => o.range).ThenBy(o => o.name_en).ToList();
var qry = _db.countries.OrderBy(o => o.range).ThenBy(o => o.name_en).ToList();
//國籍資料
if (qry.Count > 0)