Commit e28febaf authored by xuxinpc's avatar xuxinpc

打印日志

parent 1c4f20f3
...@@ -692,6 +692,8 @@ public class ShopServiceImpl implements ShopService { ...@@ -692,6 +692,8 @@ public class ShopServiceImpl implements ShopService {
@Override @Override
public boolean saveFavoritesByShopId(String shopId, FavoriteUrl favoriteUrl) { public boolean saveFavoritesByShopId(String shopId, FavoriteUrl favoriteUrl) {
logger.info("saveFavoritesByShopId param is: {},{},{}",shopId,favoriteUrl.getTitle(),favoriteUrl.getUrl());
logger.info("saveFavoritesByShopId: {}",shopRepository.saveFavoritesUrls(shopId, favoriteUrl));
return shopRepository.saveFavoritesUrls(shopId, favoriteUrl); return shopRepository.saveFavoritesUrls(shopId, favoriteUrl);
} }
......
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