Commit 0e441cc1 by 陶光胜

查询门店选择器配置

parent f472d691
......@@ -35,8 +35,6 @@ public class ScreeningController {
private EsScreeningInitService esScreeningInitService;
@Autowired
private EsScreeningTemplateService esScreeningTemplateService;
@Autowired
private EsScreeningSearchService esScreeningSearchService;
/**
*
......
......@@ -29,4 +29,6 @@
<!--分组策略-->
<dubbo:reference interface="com.gic.store.service.StoreStrategyApiService" id="storeStrategyApiService" timeout="60000" retries="0"/>
<dubbo:reference interface="com.gic.widget.screening.api.service.EsScreeningInitService" id="esScreeningInitService" timeout="60000" retries="0"/>
<dubbo:reference interface="com.gic.widget.screening.api.service.EsScreeningTemplateService" id="esScreeningTemplateService" timeout="60000" retries="0"/>
</beans>
\ 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