Commit fb1d9ead authored by muhong's avatar muhong

修改 小程序收藏册列表

parent fee6786d
...@@ -110,6 +110,7 @@ public class FavoritesServiceImpl implements FavoritesService { ...@@ -110,6 +110,7 @@ public class FavoritesServiceImpl implements FavoritesService {
vo.setImages(favorites.getImages()); vo.setImages(favorites.getImages());
vo.setUpdateTime(favorites.getUpdateTime()); vo.setUpdateTime(favorites.getUpdateTime());
vo.setCount(favoritesItemsRelationDao.countByFavoritesId(favorites.getId())); vo.setCount(favoritesItemsRelationDao.countByFavoritesId(favorites.getId()));
result.add(vo);
} }
return Result.success(result); return Result.success(result);
} catch (Exception e) { } catch (Exception e) {
......
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