diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 5daebccdd..74e6c6225 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -6032,7 +6032,7 @@ func AssistCreateFence(relInfo map[string][]int64) (string, error) { } } if errList.GetErrListAsOne() != nil { - return fmt.Sprintf("批量创建电子围栏提示信息:%v", errList.GetErrListAsOne()), nil + return fmt.Sprintf("批量创建电子围栏错误,请根据提示处理:%v", errList.GetErrListAsOne()), nil } return "", nil }