mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-16 20:42:40 +08:00
fix: resolve certificate push losing other domain data
This commit is contained in:
parent
450e8b18cf
commit
9ddf68f3bd
1 changed files with 1 additions and 0 deletions
|
|
@ -756,6 +756,7 @@ func (w WebsiteSSLService) ImportMasterSSL(create model.WebsiteSSL) error {
|
|||
websiteSSL.Type = create.Type
|
||||
websiteSSL.Organization = create.Organization
|
||||
websiteSSL.MasterSSLID = create.ID
|
||||
websiteSSL.Domains = create.Domains
|
||||
if err := websiteSSLRepo.Save(websiteSSL); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue