全局配置有变化时也提示更新集群

This commit is contained in:
刘祥超
2020-11-02 10:44:59 +08:00
parent cdb5dbc4e8
commit 7507a6261b
4 changed files with 25 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ func (this *SysSettingService) UpdateSysSetting(ctx context.Context, req *pb.Upd
if err != nil {
return nil, err
}
return rpcutils.RPCUpdateSuccess()
}