xuhy
2024-11-09 1698bb0198e266f5ea38abad831c926d0ed28343
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);
    }
}