Commit 2796cce0 authored by liwei's avatar liwei

修改了动态详情接口

parent 84aa8f51
......@@ -28,7 +28,7 @@ public interface OpmArticleRepository extends CyBaseMapper<OpmArticle> {
IPage<OpmArticle> queryOpmArticlePaged(CyPageInfo cyPageInfo, @Param("entity") OpmArticle opmArticle);
OpmArticle selectByIdWithUrl(String id);
OpmArticle selectByIdWithUrl(String articleId);
List<ArticleCommentVO> SelectArticleComment(Integer businessId);
......
......@@ -203,7 +203,7 @@
WHERE
1 = 1
AND opa.del_flag = '0'
AND opa.business_id = 123
AND opa.business_id = #{articleId}
GROUP BY
opa.business_id
ORDER BY
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment