admin
2021-01-23 0a18a8cb0a7a57bf1f82df425251334c57f8c39a
src/main/java/com/yeshi/buwan/controller/parser/web/WebUserParser.java
@@ -9,7 +9,6 @@
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import org.omg.PortableServer.REQUEST_PROCESSING_POLICY_ID;
import org.springframework.stereotype.Controller;
import com.yeshi.buwan.controller.parser.UserParser;
@@ -17,7 +16,7 @@
import com.yeshi.buwan.domain.Comment2;
import com.yeshi.buwan.domain.CommentReply;
import com.yeshi.buwan.domain.DetailSystem;
import com.yeshi.buwan.domain.LoginUser;
import com.yeshi.buwan.domain.user.LoginUser;
import com.yeshi.buwan.domain.VideoInfo;
import com.yeshi.buwan.service.imp.AttentionService;
import com.yeshi.buwan.service.imp.CommentService;
@@ -678,7 +677,7 @@
      int pageIndex = Integer.parseInt(page);
      java.util.List<Comment2> list1 = commentService.getComment2List(videoId, thirdType, pageIndex);
      List<Comment2> list = new ArrayList<Comment2>();
      List<Comment2> list = new ArrayList<>();
      if (list1 != null)
         for (Comment2 cm : list1)
            list.add(cm);