叫号列表固定查询0,1状态

This commit is contained in:
2024-09-26 09:55:08 +08:00
parent 4b60df1987
commit af74c43374

View File

@@ -492,6 +492,7 @@ public class TbCallServiceImpl implements TbCallService {
.eq(TbCallQueue::getShopId, shopId)
.eq(TbCallQueue::getCreateDay, DateUtil.today())
.in(TbCallQueue::getCallTableId, tableIds);
state = null;
if (state != null) {
query.eq(TbCallQueue::getState, state);
}else {