Commit a8994290 authored by liudong1993's avatar liudong1993

1

parent 288d5654
......@@ -92,7 +92,7 @@ WHERE og.`Status` =0 and a.`Status` =0 and og.OrderId in({orderIds}) and a.Assis
left JOIN rb_reserve_class c on r.ReserveClassId = c.ReserveClassId
left join rb_student_orderguest g on r.Visitor_Id = g.Student_Id
left join rb_account ac on ac.AccountId = c.TeacherId and ac.AccountType =2
WHERE r.Group_Id ={groupId} and r.`Status` =0 and c.`Status` =0 and og.`Status` =0 and g.OrderId in({orderIds})";
WHERE r.Group_Id ={groupId} and r.`Status` =0 and c.`Status` =0 and g.`Status` =0 and g.OrderId in({orderIds})";
return Get<RB_Student_Assist_Extend>(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