Skip to content

Commit

Permalink
fix the update time not updated (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulijian1 committed Mar 30, 2020
1 parent 80dc785 commit 8e247f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/service/mongo/kv/kv_dao.go
Expand Up @@ -85,6 +85,7 @@ func updateKeyValue(ctx context.Context, kv *model.KVDoc) error {
{"value", kv.Value},
{"status", kv.Status},
{"checker", kv.Checker},
{"update_time", kv.UpdateTime},
{"update_revision", kv.UpdateRevision},
}},
})
Expand Down

0 comments on commit 8e247f5

Please sign in to comment.