|
@@ -249,6 +249,7 @@ public class ItemService {
|
|
|
MerchantProductTagRelation relation = new MerchantProductTagRelation();
|
|
|
relation.setTagId(tagId);
|
|
|
relation.setMerchantId(merchantId);
|
|
|
+ relation.setStatus(BaseStatusEnum.NORMAL);
|
|
|
Long total = merchantProductTagRelationRepository.count(relation);
|
|
|
|
|
|
Page<ItemVo> page = new Page(total, pageNo, pageSize);
|