xuhy
2024-10-31 11a5e71b3e664cc96e292150dbf6beeba40b4282
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TOrderMealGoodsServiceImpl.java
@@ -24,4 +24,9 @@
    public BigDecimal costTotal(List<Long> ids) {
        return this.baseMapper.costTotal(ids);
    }
    @Override
    public void deleteByOrderId(List<Long> mealIds) {
        this.baseMapper.deleteByOrderId(mealIds);
    }
}