挂账需求和电话机预约需求
This commit is contained in:
parent
223703dc48
commit
d29c4adc0b
|
|
@ -9,7 +9,7 @@
|
|||
count( case when x.`status` = 10 then 1 end) AS consumeOrders,
|
||||
count( case when x.`status` = -1 or x.`status` = 999 then 1 end) AS cancelOrders
|
||||
from tb_shop_table_booking x
|
||||
where x.shopId = #{shopId}
|
||||
where x.shop_id = #{shopId}
|
||||
and x.phone_number in
|
||||
<foreach item="phoneNumber" collection="phoneNoList" open="(" separator="," close=")">
|
||||
#{phoneNumber, jdbcType=VARCHAR}
|
||||
|
|
|
|||
Loading…
Reference in New Issue