Commit af38909c by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents f90e395e a83b4a2c
......@@ -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