修复获取我的积分的bug
This commit is contained in:
parent
d035d32811
commit
7efc63c225
@ -126,7 +126,7 @@ namespace asg_form.Controllers.Store
|
|||||||
|
|
||||||
using (TestDbContext sb = new TestDbContext())
|
using (TestDbContext sb = new TestDbContext())
|
||||||
{
|
{
|
||||||
var a = sb.T_Storeinfo.Where(a=>a.buyerid==id).ToListAsync();
|
var a = await sb.T_Storeinfo.Where(a=>a.buyerid==id).ToListAsync();
|
||||||
return Ok(a);
|
return Ok(a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user