|
|
@@ -216,8 +216,9 @@ public class CmsGroupServiceImpl extends ServiceImpl<GroupsMapper,GroupsTrips> i
|
|
|
}
|
|
|
}
|
|
|
groupsTrips.setStatus(GroupsTrips.Status.validity);
|
|
|
+ GoodsDonSku sku = skuMapper.selectById(groupsTrips.getSkuId());
|
|
|
//下架上过车的POE 账号
|
|
|
- if (groupsTrips.getGoodsId().equals(35l)) {
|
|
|
+ if (sku.getGoodsId().equals(35l)) {
|
|
|
Number number = beanSearcher.searchCount(GroupsRelation.class, MapUtils.builder()
|
|
|
.field(GroupsRelation::getGroupsId, groupsTrips.getId())
|
|
|
.field(GroupsRelation::getUserId, 0).op(Operator.NotEqual)
|