STAGE 3-2
This commit is contained in:
@@ -32,7 +32,7 @@ public partial class admin_accounting_new_reg : MyWeb.config
|
||||
else
|
||||
{
|
||||
int _num = Val(Request["num"]);
|
||||
var qry = _db.accountings.AsEnumerable();
|
||||
var qry = _db.accountings.AsQueryable();
|
||||
var prod = qry.Where(q => q.num == _num).FirstOrDefault();
|
||||
if (prod != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user