hasOne(ExamAnswerTopicModel::class, 'answer_log_id', 'id') ->where(['accurate'=>0,'status' => 1, 'mark' => 1]) ->orderBy('create_time','asc'); } }