mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
ActionTypeを追加するように
This commit is contained in:
parent
d778840484
commit
6e9606b050
|
@ -57,6 +57,7 @@ public class LacertaVcsImpl implements LacertaVcs {
|
|||
vcsLogEntity.documentId = documentId;
|
||||
vcsLogEntity.branchName = "master";
|
||||
vcsLogEntity.createdAt = new java.util.Date();
|
||||
vcsLogEntity.actionType = ActionType.INSERT_PAGE.getValue();
|
||||
vcsLogEntity.action = JsonUtils.toJson(insertPage);
|
||||
database.vcsLogDao().insert(vcsLogEntity);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user