Authored by wangshusheng

修改

@@ -429,7 +429,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { @@ -429,7 +429,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService {
429 // 清理缓存,用户帮砍记录列表、商品详情页 429 // 清理缓存,用户帮砍记录列表、商品详情页
430 clearCache(activityId, productSkn, userId, recordDb.getId()); 430 clearCache(activityId, productSkn, userId, recordDb.getId());
431 // 砍价成功时,给用户推送砍价成功消息 431 // 砍价成功时,给用户推送砍价成功消息
432 - if(helpUsers!=null && (helpUsers.size()+1) == cutDownPriceProductBo.getJoinNum()){ 432 + if(helpUsers!=null && (helpUsers.size()) == cutDownPriceProductBo.getJoinNum()){
433 // 修改砍价成功状态 433 // 修改砍价成功状态
434 cutDownPriceUserRecordMapper.updateCutSuccess(recordDb.getId()); 434 cutDownPriceUserRecordMapper.updateCutSuccess(recordDb.getId());
435 // 给用户推送砍价成功消息 435 // 给用户推送砍价成功消息