返回默认值
This commit is contained in:
@@ -473,7 +473,7 @@ public class CallTableServiceImpl extends ServiceImpl<CallTableMapper, CallTable
|
||||
} else {
|
||||
List<CallTable> list = queryChain().eq(CallTable::getShopId, shopId).eq(CallTable::getState, 1).list();
|
||||
if (list.isEmpty()) {
|
||||
return new Page<>();
|
||||
return PageUtil.emptyPage();
|
||||
}
|
||||
tableIds = list.stream()
|
||||
.map(CallTable::getId)
|
||||
|
||||
Reference in New Issue
Block a user