挂账需求和电话机预约需求

This commit is contained in:
谭凯凯 2024-11-27 11:19:53 +08:00 committed by Tankaikai
parent 223703dc48
commit d29c4adc0b
1 changed files with 1 additions and 1 deletions

View File

@ -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}