xuhy
2024-10-30 660f4451c140a9da1f4bb92721a403b128dbdaf7
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);
    }
}