|
@@ -86,7 +86,9 @@ public class CommunityCollectionServiceImpl extends ServiceImpl<CommunityCollect
|
|
|
*/
|
|
|
@Override
|
|
|
public JSONArray selectArticleInfoInCollection(Long collectionId,Long searchType) {
|
|
|
-
|
|
|
+ if (searchType == null){
|
|
|
+ searchType = 1L;
|
|
|
+ }
|
|
|
JSONArray jsonArray = new JSONArray();
|
|
|
//查询合集表
|
|
|
CommunityCollection communityCollection = communityCollectionMapper.selectOne(new QueryWrapper<CommunityCollection>()
|