|
|
@@ -464,11 +464,7 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
.last("limit 1"));
|
|
|
if (one != null && StrUtil.isNotBlank(one.getSysValue())) {
|
|
|
GoodsDonPriceDto goodsDonPriceDto = Jsons.parseObject(one.getSysValue(), GoodsDonPriceDto.class);
|
|
|
- Long sharedId = distributeShared.getSharedId();
|
|
|
- List<Long> sharedIdList = goodsDonPriceDto.getSharedId();
|
|
|
- if (CollUtil.isNotEmpty(sharedIdList) && sharedIdList.contains(sharedId)) {
|
|
|
- payRequest.setDonMoney(goodsDonPriceDto.getPrice());
|
|
|
- }
|
|
|
+ payRequest.setDonMoney(goodsDonPriceDto.getPrice());
|
|
|
}
|
|
|
}
|
|
|
}
|