Commit 10d377a1 by 陶光胜

门店控件增加接口

parent b7ca2e34
......@@ -1199,7 +1199,7 @@ public class StoreApiServiceImpl implements StoreApiService {
refreshCache(enterpriseId, storeId);
ServiceResponse<StoreDTO> response = this.getStoreById(enterpriseId, storeId);
StoreDTO dto = response.getResult();
if (response.isSuccess() && dto != null && dto.getOverflowStatus() == 1) {
if (response.isSuccess() && dto != null && dto.getOverflowStatus() != 1) {
StoreEsDTO esDTO = new StoreEsDTO();
esDTO.setAreaIds(Arrays.asList(dto.getProvinceId(), dto.getCityId(), dto.getAreaId()));
esDTO.setCityId(dto.getCityId());
......
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