From 569408eff91dda1d123a3b9bc6686ca9f2fe3c65 Mon Sep 17 00:00:00 2001
From: Cui Zhi Feng <7426394+wuxixiaocui@user.noreply.gitee.com>
Date: 星期二, 29 十月 2024 11:34:43 +0800
Subject: [PATCH] 统计 待发货 在售商品 待审核商品 待售后处理

---
 src/main/java/com/mzl/flower/service/comment/FlowerCommentService.java |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/mzl/flower/service/comment/FlowerCommentService.java b/src/main/java/com/mzl/flower/service/comment/FlowerCommentService.java
index a159e54..7636fd0 100644
--- a/src/main/java/com/mzl/flower/service/comment/FlowerCommentService.java
+++ b/src/main/java/com/mzl/flower/service/comment/FlowerCommentService.java
@@ -1,10 +1,7 @@
 package com.mzl.flower.service.comment;
 
 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
-import com.mzl.flower.dto.request.comment.CreateFlowerCommentBatchDTO;
-import com.mzl.flower.dto.request.comment.CreateFlowerCommentDTO;
-import com.mzl.flower.dto.request.comment.QueryFlowerCommentDTO;
-import com.mzl.flower.dto.request.comment.UpdateFlowerCommentDTO;
+import com.mzl.flower.dto.request.comment.*;
 import com.mzl.flower.dto.response.comment.FlowerCommentStatisVO;
 import com.mzl.flower.dto.response.comment.FlowerCommentVO;
 import com.mzl.flower.entity.FlowerCommentDO;
@@ -53,4 +50,13 @@
     boolean createFlowerCommentBatch(CreateFlowerCommentBatchDTO dto);
 
     FlowerCommentStatisVO getSupplierStatis(Long id);
+
+    /**
+     * 评论的显示隐藏
+     * @param dto
+     * @return
+     */
+    boolean updateShowFlowerComment(ShowFlowerCommentDTO dto);
+
+    boolean updateReplayFlowerComment(ReplayFlowerCommentDTO dto);
 }

--
Gitblit v1.9.3