Commit a5cfe463 authored by 吴春's avatar 吴春
parents af544f53 e1e0883a
......@@ -157,7 +157,7 @@ where a.state=0 ");
}
if (where.OrderStaus > 0)
{
sb.AppendFormat(" and a.OrderStaus={0}", where.OrderStaus);
sb.AppendFormat(" and a.OrderStaus={0}", (int)where.OrderStaus);
}
if (where.TeacherId > 0)
{
......
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