台桌统计
This commit is contained in:
@@ -29,7 +29,6 @@ public class TableSummaryServiceImpl implements TableSummaryService {
|
||||
private ShopTableOrderStatisticMapper shopTableOrderStatisticMapper;
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public List<TableSummaryExportVo> summaryExportList(TableSummaryParam param) {
|
||||
if (param.getBeginDate() == null && param.getEndDate() == null) {
|
||||
@@ -52,6 +51,7 @@ public class TableSummaryServiceImpl implements TableSummaryService {
|
||||
if (CollUtil.isEmpty(list)) {
|
||||
return List.of();
|
||||
}
|
||||
|
||||
// 追加个空行用于处理表格样式
|
||||
TableSummaryExportVo nullVo = new TableSummaryExportVo();
|
||||
list.add(nullVo);
|
||||
|
||||
Reference in New Issue
Block a user