xuhy
2025-06-06 b0aad2719cc83af791193d6fb10e07f576c75a5c
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);
    }
}