This commit is contained in:
gaowdong 2025-04-24 14:27:45 +08:00
parent 6de80d4ab1
commit a293017a3b
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
select
od.goods_id,
od.goods_name,
mrd.sale_price,
ifnull(mrd.sale_price, 0) as sale_price,
sum(case when oi.mealtime_type = 1 then
od.quantity else 0
end) as breakfast_quantity_count,