Commit a495487c by zhiwj

修改门店标签的传值

parent 6b85c98a
......@@ -18,7 +18,7 @@ public class StoreWidgetSearch {
List<StoreWidgetSearch> storeWidgetSearches = JSON.parseArray(json, StoreWidgetSearch.class);
StoreWidgetSearch storeWidgetSearch = storeWidgetSearches.get(0);
storeWidgetSearch.getList().get(0).getData().setValue(Joiner.on(" ").join(storeIdList));
return JSON.toJSONString(storeWidgetSearch);
return JSON.toJSONString(storeWidgetSearches);
}
/**
......
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