manage: queryListsql fix

dev_2.1.0
xueqingkun
parent 79e318df7c
commit 1dac660bfb

@ -51,9 +51,7 @@
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_resources_id as defaultAnswerResourceId atql.default_answer_resource_id as defaultAnswerResourceId
from vp_ask_template_question_library atql
left join vp_common_dic cd on atql.dict_id = cd.id
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