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