feat: 新增会话与结果管理功能及扩展字段
重构执行列表树状结构,扁平化日期节点下的输出项,新增会话列表查询、结果删除与软删除标记,引入扩展字段与模板配置,升级依赖版本。
This commit is contained in:
@@ -663,7 +663,7 @@ func SummaryLambda(ctx context.Context, input any) (any, error) {
|
||||
// 生成 毫秒时间戳 作为 KEY
|
||||
timeKey := strconv.FormatInt(time.Now().UnixMilli(), 10)
|
||||
item := make(map[string]interface{})
|
||||
item[timeKey] = field.Value
|
||||
item[timeKey] = ProcessPath(ctx, gconv.String(field.Value))
|
||||
summaryResult = append(summaryResult, item)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user