소스 검색

Merge branch 'fixbug/691-huaguo-wordscount' into debug

jimmyyem 2 일 전
부모
커밋
46b3d2890d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      internal/logic/agent_base/create_agent_base_logic.go

+ 1 - 1
internal/logic/agent_base/create_agent_base_logic.go

@@ -52,7 +52,7 @@ func (l *CreateAgentBaseLogic) CreateAgentBase(req *types.CreateDataInfoReq) (*t
 		} else {
 			return &types.BaseDataInfo{
 				Code: 0,
-				Msg:  "插入失败,请修改后重试",
+				Msg:  "字数超限,添加失败,请修改后重试",
 				Data: fmt.Sprintf("Insert %d rows", resp.Data.InsertLen),
 			}, nil
 		}