by Robin at 20240902
This commit is contained in:
parent
afe158e26d
commit
c7f6a68d96
|
@ -2734,6 +2734,7 @@ func (s *Service) ApiUpdateZone(ctx *gin.Context, req *zoneproto.ApiUpdateReq) (
|
|||
profile := req.Zone.GetProfile()
|
||||
req.Zone.Profile = nil
|
||||
err = _DefaultZoneDecrtByEs.OpUpdate(ctx, &zoneproto.OpUpdateReq{
|
||||
BaseRequest: req.BaseRequest,
|
||||
Zone: req.Zone,
|
||||
AdmissionPrice: req.AdmissionPrice,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue