Commit da016149 by 陶光胜

门店查询接口

parent 7be8213a
......@@ -416,6 +416,7 @@ public class StoreApiServiceImpl implements StoreApiService {
@Override
public ServiceResponse<Long> queryStoreCountFromES(StoreSearchDTO storeSearchDTO){
JSONObject json = this.buildSearchJSON(storeSearchDTO);
logger.info("es查询门店数量json:{}", json.toJSONString());
DynamicSearchDTO dynamicSearchDTO = new DynamicSearchDTO();
dynamicSearchDTO.setSearchJson(json);
dynamicSearchDTO.setEnterpriseId(com.gic.enterprise.constants.Constants.INDEX_ENTERPRISEID);
......
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