mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 11:27:17 +08:00
fix: 创建网站未保存备注
This commit is contained in:
@@ -286,6 +286,7 @@ func (r *websiteRepo) Create(req *request.WebsiteCreate) (*biz.Website, error) {
|
||||
Status: true,
|
||||
Path: req.Path,
|
||||
Https: false,
|
||||
Remark: req.Remark,
|
||||
}
|
||||
if err = app.Orm.Create(w).Error; err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user