浏览代码

fix:表格管理规则显示

zqbao 2 周之前
父节点
当前提交
50439b61b7
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      services/excel/lucky_sheet.go

+ 0 - 3
services/excel/lucky_sheet.go

@@ -1729,9 +1729,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