Commit ed5d3ca1 by zhiwj

bug

parent 8a2a667d
......@@ -526,7 +526,7 @@ public class StoreApiServiceImpl implements StoreApiService {
@Override
public ServiceResponse<Long> queryStoreCountFromES(StoreSearchDTO storeSearchDTO){
JSONObject json = this.buildSearchJSON(storeSearchDTO);
logger.info("es查询门店数量json:{}", json.toJSONString());
logger.info("es查询门店数量json:{}", JSON.toJSONString(json));
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