server/services/src/main/java/com/doumee/service/business/impl/ShopInfoServiceImpl.java
@@ -1358,7 +1358,7 @@ List<String> tagNames = new ArrayList<>(); for (String tagId : locationTagIds.split(",")) { Category tag = categoryMapper.selectById(Integer.valueOf(tagId.trim())); if (tag != null) { if (tag != null && tag.getDeleted() == Constants.ZERO && tag.getStatus() == Constants.ZERO ) { tagNames.add(tag.getName()); } }