feat:台桌列表筛选未绑定的
This commit is contained in:
@@ -236,7 +236,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (StrUtil.isNotBlank(criteria.getState())) {
|
if (StrUtil.isNotBlank(criteria.getState())) {
|
||||||
query.eq(TbShopTable::getStatus, criteria.getState());
|
query.eq(TbShopTable::getStatus, criteria.getState()).isNotNull(TbShopTable::getQrcode).ne(TbShopTable::getQrcode, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
com.baomidou.mybatisplus.extension.plugins.pagination.Page<TbShopTable> shopTablePage =
|
com.baomidou.mybatisplus.extension.plugins.pagination.Page<TbShopTable> shopTablePage =
|
||||||
|
|||||||
Reference in New Issue
Block a user