Commit 073e2aa2 authored by 吴春's avatar 吴春

提交代码

parent 7212ebd2
......@@ -35,7 +35,7 @@ namespace Mall.Repository.Point
}
if (where.UserId > 0)
{
sb.AppendFormat(" and ID={0}", where.UserId);
sb.AppendFormat(" and UserId={0}", where.UserId);
}
}
return Get<RB_Member_PointBalance_Extend>(sb.ToString()).ToList();
......
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