Commit e1e0883a authored by liudong1993's avatar liudong1993

修改bug

parent 52362a23
......@@ -152,7 +152,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