排号修改叫号状态修改
This commit is contained in:
parent
d0042e3d63
commit
1cd6bca4ba
|
|
@ -16,7 +16,7 @@ public interface TbCallQueueMapper extends BaseMapper<TbCallQueue> {
|
|||
|
||||
@Select("select a.*, b.note, TIMESTAMPDIFF(SECOND, a.create_time, NOW()) as since_at from tb_call_queue a " +
|
||||
"left join tb_call_table b on a.call_table_id=b.id " +
|
||||
"where a.shop_id=#{shopId} and a.call_table_id=#{callTableId} and a.state in (3, 2)")
|
||||
"where a.shop_id=#{shopId} and a.call_table_id=#{callTableId} and a.state in (3, 2, 1)")
|
||||
Page<CallRecordVO> selectCallRecord(Integer shopId, Integer callTableId, Page<Object> objectPage);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue