叫号列表固定查询0,1状态
This commit is contained in:
@@ -492,6 +492,7 @@ public class TbCallServiceImpl implements TbCallService {
|
|||||||
.eq(TbCallQueue::getShopId, shopId)
|
.eq(TbCallQueue::getShopId, shopId)
|
||||||
.eq(TbCallQueue::getCreateDay, DateUtil.today())
|
.eq(TbCallQueue::getCreateDay, DateUtil.today())
|
||||||
.in(TbCallQueue::getCallTableId, tableIds);
|
.in(TbCallQueue::getCallTableId, tableIds);
|
||||||
|
state = null;
|
||||||
if (state != null) {
|
if (state != null) {
|
||||||
query.eq(TbCallQueue::getState, state);
|
query.eq(TbCallQueue::getState, state);
|
||||||
}else {
|
}else {
|
||||||
|
|||||||
Reference in New Issue
Block a user