@@ -1725,9 +1725,6 @@ func GetTableDataByMixedTableData(config [][]request.MixedTableCellDataReq, hide
if err != nil {
return
}
- if len(excelRuleMappingList) == 0 {
- return
- }
excelRuleMap := make(map[int]*excel.ExcelInfoRuleMappingView)
for _, v := range excelRuleMappingList {
excelRuleMap[v.ExcelInfoRuleMappingId] = v