mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 10:48:15 +08:00
fix build time not correct bug
This commit is contained in:
parent
4becc73499
commit
aee6aec826
@ -353,6 +353,7 @@ func (i *SourceCodeBuildItem) UpdateVersionInfo(vi *dbmodel.VersionInfo) error {
|
||||
version.Author = vi.Author
|
||||
version.CodeVersion = vi.CodeVersion
|
||||
version.CodeBranch = vi.CodeBranch
|
||||
version.FinishTime = time.Now()
|
||||
if err := db.GetManager().VersionInfoDao().UpdateModel(version); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user