Commit 75abcf02 by 陶光胜

门店控件增加接口

parent e0e5bcea
......@@ -593,7 +593,7 @@ public class StoreApiServiceImpl implements StoreApiService {
dynamicSearchDTO.setReturnFileds(returnFileds);
logger.info("es查询条件:{}", JSON.toJSONString(dynamicSearchDTO,true));
ServiceResponse<ESResponseQueryBatchDTO> response = this.esBusinessOperaApiService.queryDataBatch(dynamicSearchDTO, false, null);
logger.info("es查询结果:,{}", JSON.toJSONString(response, true));
logger.info("es查询结果:,{}", response.getResult().getRes().size());
return response;
}
......
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