فهرست منبع

更新文件 SmartAuthorGroupService.java

陈士柏 2 سال پیش
والد
کامیت
1fbae735f9
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/main/java/com/template/services/SmartAuthorGroupService.java

+ 3 - 0
src/main/java/com/template/services/SmartAuthorGroupService.java

@@ -5,6 +5,7 @@ import com.template.model.pojo.SmartAuthorGroup;
 import com.template.model.pojo.SmartAuthorGroup;
 import com.baomidou.mybatisplus.extension.service.IService;
 import com.template.model.result.PageUtils;
+import com.template.model.weixin.AuthorListGroup;
 
 import java.util.List;
 
@@ -32,4 +33,6 @@ public interface SmartAuthorGroupService extends IService<SmartAuthorGroup> {
     List<SmartAuthorGroup> getAuthorGroupByKey(QueryWrapper<SmartAuthorGroup> queryWrapper);
 
     List<SmartAuthorGroup> smartAuthorGroup(Integer userId);
+
+    public List<AuthorListGroup> queryCommentTreeRecords(Integer pid, List<SmartAuthorGroup> lists);
 }