Sfoglia il codice sorgente

fix:表格管理规则显示

zqbao 2 settimane fa
parent
commit
50439b61b7
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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