|
@@ -60,9 +60,11 @@ func (l *GetEmployeeSearchLogic) GetEmployeeSearch(req *types.EmployeeListReq, t
|
|
|
),
|
|
|
).Only(l.ctx)
|
|
|
if err != nil {
|
|
|
+ l.Logger.Errorf("getEmployeeSearch err: %v", err)
|
|
|
if !ent.IsNotFound(err) {
|
|
|
return nil, errorx.NewApiInternalError("获取智能体信息失败")
|
|
|
}
|
|
|
+
|
|
|
} else {
|
|
|
employeeIds = append(employeeIds, allocAgentItem.Agents...)
|
|
|
}
|