Commit e1c5d48f authored by 陈子龙's avatar 陈子龙

主机管理检测 fix

parent 13632684
......@@ -74,7 +74,7 @@ func GetMinioFiles(fileName string) (hostManageList []request.HostManageList, er
//读取工作簿
rows := xlsxData.GetRows("Sheet1")
if len(rows) > 1001 {
if len(rows) > 1003 {
err = resp.FailedToParseFile.WithError(errors.New("ip数量不可超过1000"))
return
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment