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

fix:插件搜索

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