소스 검색

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