Commit 773c1f0a by zhiwj

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-data-cloud into developer
parents 50cdf977 86393a57
......@@ -118,7 +118,6 @@ public class StoreWidgetController {
StoreGroupItemsVo itemsVo = new StoreGroupItemsVo();
itemsVo.setId(storeGroupDTO.getStoreGroupId());
itemsVo.setName(storeGroupDTO.getStoreGroupName());
itemsVo.setChain(storeGroupDTO.getStoreGroupChain());
List<StoreGroupDTO> result = this.storeGroupApiService.pageStoreGroupByIds(storeGroupIdList, enterpriseId, parentId,null, pageSize, pageNum).getResult().getResult();
itemsVo.setHasChildren(CollectionUtils.isEmpty(result) ? 0 : 1);
items.add(itemsVo);
......
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