From 56e4b8aab223072bef1e1749b8ee9e499dd04f83 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 19 十二月 2024 09:16:36 +0800
Subject: [PATCH] 修改阀门表

---
 Service/HStation.Service.Assets.Core/04-dal/03-sqlite/01-PumpMain/PumpPart.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/04-dal/03-sqlite/01-PumpMain/PumpPart.cs b/Service/HStation.Service.Assets.Core/04-dal/03-sqlite/01-PumpMain/PumpPart.cs
index 517d4f0..30fadf7 100644
--- a/Service/HStation.Service.Assets.Core/04-dal/03-sqlite/01-PumpMain/PumpPart.cs
+++ b/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)
                             {

--
Gitblit v1.9.3