|
@@ -165,7 +165,7 @@ public class GroupRelationClearServiceImpl implements GroupRelationClearService
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//codex
|
|
//codex
|
|
|
- if (groupsRelation.getGoodsId() != null && groupsRelation.getGoodsId() == Constant.CODEX_GOODS_ID) {
|
|
|
|
|
|
|
+ if (groupsRelation.getGoodsId() != null && groupsRelation.getGoodsId() == Constant.CODEX_GOODS_ID && source != UserTicketClearedRecord.Source.cc_deduct) {
|
|
|
//清除套餐
|
|
//清除套餐
|
|
|
codexService.delUserPackages(groupsRelation.getUserId());
|
|
codexService.delUserPackages(groupsRelation.getUserId());
|
|
|
//清除codex
|
|
//清除codex
|