Commit 700005bd by 陶光胜

观云台小程序

parent db276116
......@@ -291,7 +291,7 @@ public class StoreWidgetController {
List<ShopDTO> result = shopApiService.getAllShopByEnterpriseIdAndName(enterpriseId, null, ShopTypeEnum.MALL_SHOP.getCode()).getResult();
if(CollectionUtils.isNotEmpty(result)){
for(ShopDTO dto : result){
if(storeIdList.contains(dto.getId())){
if(storeIdList.contains(dto.getId()+"")){
OnLineStoreVo onLineStoreVo = new OnLineStoreVo();
onLineStoreVo.setOnStoreId(dto.getId()+"");
onLineStoreVo.setOnStoreName(dto.getName());
......
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