Commit 423ff90e authored by 吴春's avatar 吴春

提交代码

parent 7e08b82e
......@@ -70,6 +70,14 @@ namespace Mall.Repository.Point
{
sb.AppendFormat(" and a.ID={0}", where.ID);
}
if (where.CourseId > 0)
{
sb.AppendFormat(" and a.CourseId={0}", where.CourseId);
}
if (where.TeacherId > 0)
{
sb.AppendFormat(" and a.TeacherId={0}", where.TeacherId);
}
if (where.OrderStaus > 0)
{
sb.AppendFormat(" and a.OrderStaus={0}", where.OrderStaus);
......
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