瀏覽代碼

Merge branch 'bzq1/excel_rule_master' of eta_server/eta_api into debug

鲍自强 7 月之前
父節點
當前提交
5202c64d33
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/data/excel/excel_info.go

+ 1 - 1
services/data/excel/excel_info.go

@@ -665,7 +665,7 @@ func parseExcelScopeCoord(scopeList []string) (scopeCoord string, err error) {
 		}
 		scopeCoord = fmt.Sprintf("%d,%d,%d,%d", x1, y1, x2, y2)
 	}
-	if len(scopeCoord) == 1 {
+	if len(scopeList) == 1 {
 		x1, y1, er := excelize.CellNameToCoordinates(scopeList[0])
 		if er != nil {
 			return "", er