This commit is contained in:
richboo111
2022-11-18 16:54:35 +08:00
parent a038f850c9
commit 259c5d56d4

View File

@@ -6032,7 +6032,7 @@ func AssistCreateFence(relInfo map[string][]int64) (string, error) {
} }
} }
if errList.GetErrListAsOne() != nil { if errList.GetErrListAsOne() != nil {
return fmt.Sprintf("批量创建电子围栏提示信息:%v", errList.GetErrListAsOne()), nil return fmt.Sprintf("批量创建电子围栏错误,请根据提示处理:%v", errList.GetErrListAsOne()), nil
} }
return "", nil return "", nil
} }