duheng
2024-11-17 a2a57963e160a319276c5c8499f16c9809056e4c
Service/HStation.Service.Assets.Core/04-dal/03-sqlite/01-PumpMain/PumpPart.cs
@@ -16,7 +16,7 @@
        }
        //插入拓展
        public long InsertsEx(Entity.AssetsPumpPartMain part, List<Entity.AssetsPumpPropContent> AssetsPumpPropContents, Entity.AssetsPumpMainAndPartMap partmap)
        public long InsertsEx(Entity.AssetsPumpPartMain part, List<Entity.AssetsPumpPropContent> AssetsPumpPropContents, Entity.AssetsPumpMainAndPartMapping partmap)
        {
            if (part == null)
            {
@@ -37,7 +37,7 @@
                    {
                        if (partmap != null)
                        {
                            partmap.PumpPartID = result;
                            partmap.PartID = result;
                            var mainandpartmap = db.Insertable(partmap).ExecuteReturnSnowflakeId();
                            if (mainandpartmap < 0)
                            {