Showing
1 changed file
with
1 additions
and
1 deletions
@@ -527,7 +527,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { | @@ -527,7 +527,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { | ||
527 | bo.setHelpUserImgUrl(SYSTEM_HELP_IMAGE); // 首次发起显示帮砍人头像 | 527 | bo.setHelpUserImgUrl(SYSTEM_HELP_IMAGE); // 首次发起显示帮砍人头像 |
528 | 528 | ||
529 | // 清理缓存,用户帮砍记录列表、商品详情页 | 529 | // 清理缓存,用户帮砍记录列表、商品详情页 |
530 | - clearCache(activityId, productSkn, userId, recordDb.getId()); | 530 | + clearCache(activityId, productSkn, userId, null); |
531 | return bo; | 531 | return bo; |
532 | } | 532 | } |
533 | 533 |
-
Please register or login to post a comment