STAGE 3-2
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user