by Robin at 20240902

This commit is contained in:
Leufolium 2024-09-02 20:32:37 +08:00
parent afe158e26d
commit c7f6a68d96
1 changed files with 1 additions and 0 deletions

View File

@ -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,
})