h5预订餐
This commit is contained in:
parent
0757e67d56
commit
ad6e3932df
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue