xuhy
2024-10-31 0b00c7532a0330785d0c8cf46bcb05dfc63e65c4
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TOrderStockGoodsServiceImpl.java
@@ -26,4 +26,9 @@
    public List<TOrderStockGoods> getListByTimeAndShopId(String orderTime, Long shopId) {
        return this.baseMapper.getListByTimeAndShopId(orderTime,shopId);
    }
    @Override
    public void deleteByOrderId(List<Long> stockIds) {
        this.baseMapper.deleteByOrderId(stockIds);
    }
}