This commit is contained in:
cjy 2025-12-17 11:45:09 +08:00
parent b70814b576
commit c87f27f432
4 changed files with 6287 additions and 3243 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-triple. DO NOT EDIT. // Code generated by protoc-gen-go-triple. DO NOT EDIT.
// versions: // versions:
// - protoc-gen-go-triple v1.0.8 // - protoc-gen-go-triple v1.0.8
// - protoc v6.32.0--rc2 // - protoc v3.21.1
// source: pb/fiee/cast.proto // source: pb/fiee/cast.proto
package cast package cast

View File

@ -631,6 +631,7 @@ func autoConfirmAnalysis(ctx context.Context, analysisUuid string) (err error) {
ConfirmRemark: confirmRemark, ConfirmRemark: confirmRemark,
CostType: usedType, CostType: usedType,
ConfirmStatus: confirmStatus, ConfirmStatus: confirmStatus,
ConfirmType: 2,
}) })
if err != nil { if err != nil {
return return