@ -39,7 +39,6 @@
<sql id="queryListsql">
select
atql.id as id,
atql.default_answer,
atql.id as libraryQuestionId,
cd.code as code,
atql.dict_id as dictId,
@ -47,8 +46,7 @@
atql.description as description,
atql.question as question,
cd.name_zh_path as nameZhPath,
cd.name_zh as nameZh,
atql.default_answer_resource_id as defaultAnswerResourceId
cd.name_zh as nameZh
from vp_ask_template_question_library atql
left join vp_common_dic cd on atql.dict_id = cd.id
<where>