Commit 50bfb7b8 by 陶光胜

门店品牌变更

parent d1b4a0a6
......@@ -1740,7 +1740,7 @@ public class StoreApiServiceImpl implements StoreApiService {
json = buildBaseField(storeSearchDTO, jsonObjectList, json);
json = buildOtherField(storeSearchDTO, jsonObjectList, json);
if(StringUtils.isNotBlank(storeSearchDTO.getStoreTags())){
String[] arr = storeSearchDTO.getStoreTags().split(",");
String[] arr = storeSearchDTO.getStoreTags().split(" ");
List<TabStoreTag> storeTags = this.storeTagService.listByEnterprise(storeSearchDTO.getEnterpriseId(), null);
List<Integer> storeWidgetList = storeTags.stream().filter(tag -> {
for (String s : arr) {
......
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