src/main/java/cc/mrbird/febs/mall/service/impl/MallNewsInfoServiceImpl.java
@@ -266,6 +266,8 @@ //更新卖单 mallProductSell.setNftCntAva(mallProductSell.getNftCntAva().subtract(pickNftCnt)); mallProductSellMapper.updateById(mallProductSell); mallProductSellRecord.setBuyRecordId(mallProductBuyRecord.getId()); mallProductSellRecordMapper.updateById(mallProductSellRecord); //更新买单 mallProductBuy.setNftAva(mallProductBuy.getNftAva().subtract(pickNftCnt)); mallProductBuyMapper.updateById(mallProductBuy);