h5预订餐

This commit is contained in:
sxu 2025-06-03 10:32:39 +08:00
parent 0757e67d56
commit ad6e3932df
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join basic_canteen ac on mr.canteen_id = ac.canteen_id
left join basic_stall ass on mr.stall_id = ass.stall_id
where
bind_type = 2
bind_type = 2 and mr.del_flag = '0'
</select>
<select id="selectMonthSalesStall" resultType="com.bonus.canteen.core.cook.vo.StallMonthSalesVO">