添加注释
This commit is contained in:
@@ -21,7 +21,7 @@ public interface PostMapper {
|
|||||||
*/
|
*/
|
||||||
int deletePostById(Integer postId);
|
int deletePostById(Integer postId);
|
||||||
|
|
||||||
/***
|
/**
|
||||||
* 查询点赞数
|
* 查询点赞数
|
||||||
*
|
*
|
||||||
* @param postId
|
* @param postId
|
||||||
@@ -29,7 +29,6 @@ public interface PostMapper {
|
|||||||
*/
|
*/
|
||||||
int selectLikeCount(Long postId);
|
int selectLikeCount(Long postId);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 点赞数+1
|
* 点赞数+1
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user