@@ -66,8 +66,8 @@ public interface IPostCollectionsSystemService
/**
* 获取藏品数量
- * @param postCollections
+ * @param id
* @return 该套系下藏品数量
*/
- public int getCopies(Long id);
+ public Integer getCopies(Long id);
}
@@ -163,7 +163,7 @@ public class PostCollectionsSystemServiceImpl implements IPostCollectionsSystemS
* @return
@Override
- public int getCopies(Long id) {
+ public Integer getCopies(Long id) {
return postCollectionsSystemMapper.getCopiesById(id);