Merge pull request 'by Robin at 20240902' (#719) from feat-IRONFANS-198-Robin into main

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/719
This commit is contained in:
chenhao 2024-09-02 20:33:29 +08:00
commit 49b0b3e04a
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,
})