1: 删除vp_ask_template_question_library中的多余字段

pull/1/head
xueqingkun 1 year ago
parent 6f9a9bc78c
commit 9539b4a699

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

Loading…
Cancel
Save