Commit d0046d1f authored by liudong1993's avatar liudong1993

1

parent c8e61086
...@@ -26,7 +26,7 @@ namespace EduSpider.Repository ...@@ -26,7 +26,7 @@ namespace EduSpider.Repository
builder.AppendFormat(@" builder.AppendFormat(@"
SELECT A.*,B.ExamName,B.CreateTime AS ExamCreateTime SELECT A.*,B.ExamName,B.CreateTime AS ExamCreateTime
FROM RB_Exam_Score AS A INNER JOIN rb_exam AS B ON A.ExamId=B.ExamId FROM RB_Exam_Score AS A INNER JOIN rb_exam AS B ON A.ExamId=B.ExamId
WHERE 1=1 WHERE 1=1 and B.Status =0
"); ");
if (query != null) if (query != null)
{ {
......
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