|
@@ -1220,7 +1220,7 @@
|
|
t.status,
|
|
t.status,
|
|
t.org_nums orgNums,
|
|
t.org_nums orgNums,
|
|
t.progress,
|
|
t.progress,
|
|
- if(t.progress = '已发布', (select date(max(publish_time)) from kmt_exercise_questions where exercise_book_id = t.id limit 1), ''),
|
|
|
|
|
|
+ if(t.progress = '已发布', (select date(max(publish_time)) from kmt_exercise_questions where exercise_book_id = t.id limit 1), '') publishDate,
|
|
t.total_grade_priority priority,
|
|
t.total_grade_priority priority,
|
|
t.identified_nums identifiedNums,
|
|
t.identified_nums identifiedNums,
|
|
t.answer_correcter_id answerCorrecterId,
|
|
t.answer_correcter_id answerCorrecterId,
|