Commit 8f0bcf1d authored by alex yao's avatar alex yao

fix: 插件查询

parent dbee3b19
...@@ -17,7 +17,7 @@ from ...@@ -17,7 +17,7 @@ from
where is_deleted = 'N' and classification != 'system' where is_deleted = 'N' and classification != 'system'
<< and plugin_id in (:pluginIds) >> << and plugin_id in (:pluginIds) >>
<< and classification = :classification >> << and classification = :classification >>
<< and (LOCATE(:queryZHCN,parent_zh_cn_name) >> << and (LOCATE(:queryZHCN,zh_cn_title)) >>
<< and (LOCATE(:queryZHTW,parent_zh_tw_name) >> << and (LOCATE(:queryZHTW,zh_tw_title)) >>
<< and (LOCATE(:queryEN,parent_en_name) >> << and (LOCATE(:queryEN,en_title)) >>
order by id order by id
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment