Commit 25f14aac authored by alex yao's avatar alex yao

fix:插件搜索

parent ed204b3c
......@@ -47,10 +47,10 @@ public class BizAgentApplicationPluginRestImpl implements BizAgentApplicationPlu
case ZH_CN:
condition.setQueryZHCN(query);
break;
case EN:
case ZH_TW:
condition.setQueryZHTW(query);
break;
case ZH_TW:
case EN:
condition.setQueryEN(query);
break;
}
......
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