Commit 33747b20 authored by 黄奎's avatar 黄奎

页面修改

parent e2648eff
......@@ -819,7 +819,7 @@ WHERE o.OrderState=1 and og.`Status`=0 and sog.`Status`=0 and og.GuestState <>2
string sql = $@"
SELECT A.StuStage,COUNT(0) AS OrderCount
FROM rb_student AS A INNER JOIN rb_customer AS B ON (A.CreateType=2 AND A.StuSourceId=B.CustomerId)
WHERE A.Group_Id ={group_Id} AND A.CreateType=2 {builder.ToString()}
WHERE A.Group_Id ={group_Id} AND A.CreateType=2 {builder}
GROUP BY A.StuStage ";
return Get<RB_Student_ViewModel>(sql).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