Commit 6fd7dae0 by guanzhenshan

同上

parent 8359605c
...@@ -6579,7 +6579,7 @@ namespace Bailun.DC.Services ...@@ -6579,7 +6579,7 @@ namespace Bailun.DC.Services
if(accountid.HasValue) if(accountid.HasValue)
{ {
sql += " and bailun_account_id=@accountid"; sql += " and bailun_account_id=@accountid";
sqlparam.Add("", accountid.Value); sqlparam.Add("accountid", accountid.Value);
} }
//分页记录 //分页记录
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment