lixiaojun
2024-09-15 5c4bc78d4b5e50391e25d672654589c381be21e6
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectHelper.cs
@@ -206,7 +206,7 @@
            feedBackMsg?.Invoke("正在关联水力结构模型...", Color.Black);
            var hydroRelation = new Yw.Dto.AddHydroModelRelationInput();
            var hydroRelation = new Yw.Vmo.HydroModelRelationVmo();
            hydroRelation.ObjectType = HStation.Xhs.DataType.XhsProjectSite;
            hydroRelation.ObjectID = projectSiteId;
            hydroRelation.ModelID = hydroId;
@@ -214,7 +214,7 @@
            hydroRelation.Content = null;
            hydroRelation.Description = null;
            var bllHydroRelation = new Yw.BLL.HydroModelRelation();
            var bllHydroRelation = BLLFactory<Yw.BLL.HydroModelRelation>.Instance;
            var hydroRelationId = await bllHydroRelation.Insert(hydroRelation);
            if (hydroRelationId < 1)
            {