STAGE 3-2
This commit is contained in:
@@ -164,7 +164,7 @@ public partial class admin_hr_index : MyWeb.config
|
||||
sd.AppendChild(tr);
|
||||
|
||||
//查詢要匯出的資料
|
||||
var qry = _db.members.AsEnumerable();
|
||||
var qry = _db.members.AsQueryable();
|
||||
|
||||
if (!isStrNull(s_kind.SelectedValue))
|
||||
qry = qry.Where(o => o.group_kind == Convert.ToInt32(s_kind.SelectedValue));
|
||||
|
||||
Reference in New Issue
Block a user