This commit is contained in:
sxu 2025-05-09 13:42:11 +08:00
parent a5d766d8e8
commit 3cb35b9b78
1 changed files with 20 additions and 18 deletions

View File

@ -157,12 +157,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
ass.end_business_time, ass.end_business_time,
ass.business_state ass.business_state
from from
menu_app_recipe mar alloc_canteen ac
left join menu_recipe mr on mar.recipe_id = mr.recipe_id left join alloc_stall ass on ac.canteen_id = ass.canteen_id
left join alloc_canteen ac on mr.canteen_id = ac.canteen_id left join menu_recipe mr on mr.stall_id = ass.stall_id
left join alloc_stall ass on mr.stall_id = ass.stall_id left join menu_app_recipe mar on mar.recipe_id = mr.recipe_id
where where
bind_type = 2 bind_type = 2
and ac.del_flag = 0
and ass.del_flag = 0
</select> </select>
<select id="selectMonthSalesStall" resultType="com.bonus.canteen.core.alloc.domain.MenuStallSaleModel"> <select id="selectMonthSalesStall" resultType="com.bonus.canteen.core.alloc.domain.MenuStallSaleModel">