Shuxia Ning
2024-12-19 b0c978129ba55cf81e8470b6c9326745a5dbc7d1
BLL/HStation.BLL.PhartRelation.Core/04-bll/01-relation/PhartDiagramRelation.cs
@@ -112,11 +112,11 @@
            }
            return await InsertEx(vmo, vmo.Diagram, vmo.Diagram?.GraphList);
        }
        /// <summary>
        /// 插入拓展
        /// </summary> 
        public async virtual Task<long> InsertEx(Vmo.PhartDiagramRelationVmo relation, Vmo.PhartDiagramVmo diagram, List<Vmo.PhartGraphVmo> graphList)
        public async virtual Task<long> InsertEx(Vmo.PhartDiagramRelationVmo relation, Yw.Vmo.PhartDiagramVmo diagram, List<Yw.Vmo.PhartGraphVmo> graphList)
        {
            if (relation == null)
            {
@@ -168,7 +168,7 @@
        /// <summary>
        /// 更新拓展
        /// </summary>
        public async virtual Task<bool> UpdateEx(Vmo.PhartDiagramRelationVmo relation, Vmo.PhartDiagramVmo diagram, List<Vmo.PhartGraphVmo> graphList)
        public async virtual Task<bool> UpdateEx(Vmo.PhartDiagramRelationVmo relation, Yw.Vmo.PhartDiagramVmo diagram, List<Yw.Vmo.PhartGraphVmo> graphList)
        {
            if (relation == null)
            {