Showing
1 changed file
with
2 additions
and
2 deletions
@@ -32,7 +32,7 @@ public class UfoScoreProductRuleMqListener extends AbstractMqListener { | @@ -32,7 +32,7 @@ public class UfoScoreProductRuleMqListener extends AbstractMqListener { | ||
32 | UfoScoreProductRule ufoScoreProductRule = ufoScoreProductRuleMapper.selectByPrimaryKey(Integer.valueOf(id)); | 32 | UfoScoreProductRule ufoScoreProductRule = ufoScoreProductRuleMapper.selectByPrimaryKey(Integer.valueOf(id)); |
33 | ufoScoreProductRuleMapper.deleteByPrimaryKey(Integer.valueOf(id)); | 33 | ufoScoreProductRuleMapper.deleteByPrimaryKey(Integer.valueOf(id)); |
34 | if (ufoScoreProductRule != null) { | 34 | if (ufoScoreProductRule != null) { |
35 | - ufoIndexUpdateHelper.updateUfoIndex(ufoScoreProductRule.getProductId()); | 35 | + ufoIndexUpdateHelper.updateYohoIndex(ufoScoreProductRule.getProductId()); |
36 | } | 36 | } |
37 | } | 37 | } |
38 | 38 | ||
@@ -43,7 +43,7 @@ public class UfoScoreProductRuleMqListener extends AbstractMqListener { | @@ -43,7 +43,7 @@ public class UfoScoreProductRuleMqListener extends AbstractMqListener { | ||
43 | return; | 43 | return; |
44 | } | 44 | } |
45 | this.saveOrUpdate(ufoScoreProductRule); | 45 | this.saveOrUpdate(ufoScoreProductRule); |
46 | - ufoIndexUpdateHelper.updateUfoIndex(ufoScoreProductRule.getProductId()); | 46 | + ufoIndexUpdateHelper.updateYohoIndex(ufoScoreProductRule.getProductId()); |
47 | } | 47 | } |
48 | 48 | ||
49 | private int saveOrUpdate(UfoScoreProductRule ufoScoreProductRule) { | 49 | private int saveOrUpdate(UfoScoreProductRule ufoScoreProductRule) { |
-
Please register or login to post a comment