Explorar o código

fix:表格管理规则显示

zqbao hai 5 meses
pai
achega
dd4be69ce3
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      services/excel/lucky_sheet.go

+ 0 - 3
services/excel/lucky_sheet.go

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