From 259c5d56d460c7d77c45660e2872b97bea4133e1 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Fri, 18 Nov 2022 16:54:35 +0800 Subject: [PATCH] batch --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }