浏览代码

更新文件 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);
 }