Commit f12c2bfd by 陶光胜

观云台小程序

parent 700005bd
......@@ -291,7 +291,8 @@ 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()+"")){
log.info("shopId:{}", dto.getId());
if(storeIdList.contains(dto.getId().toString())){
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