From 793b0d264a24795cd3f75128dd76cc6c8669d01c Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Sun, 14 Jun 2026 17:16:48 +0800 Subject: [PATCH] 1 --- HJGL_DS/BLL/HJGL/WeldingManage/HJGL_PW_JointInfoService.cs | 5 +++++ HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user | 4 ++-- HJGL_DS/WebAPI/WebAPI.csproj.user | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/HJGL_DS/BLL/HJGL/WeldingManage/HJGL_PW_JointInfoService.cs b/HJGL_DS/BLL/HJGL/WeldingManage/HJGL_PW_JointInfoService.cs index d27f5f6..a462f94 100644 --- a/HJGL_DS/BLL/HJGL/WeldingManage/HJGL_PW_JointInfoService.cs +++ b/HJGL_DS/BLL/HJGL/WeldingManage/HJGL_PW_JointInfoService.cs @@ -76,6 +76,11 @@ namespace BLL newJointInfo.JOT_Voltage = jointInfo.JOT_Voltage; newJointInfo.PressureTestPackageNo = jointInfo.PressureTestPackageNo; newJointInfo.IsGold = jointInfo.IsGold; + newJointInfo.X = jointInfo.X; + newJointInfo.Y = jointInfo.Y; + newJointInfo.X2 = jointInfo.X2; + newJointInfo.Y2 = jointInfo.Y2; + newJointInfo.AttachSourceId = jointInfo.AttachSourceId; db.HJGL_PW_JointInfo.InsertOnSubmit(newJointInfo); db.SubmitChanges(); diff --git a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user index e3436b8..abef49a 100644 --- a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user +++ b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user @@ -1,8 +1,8 @@ - + true - Release|Any CPU + Debug|Any CPU diff --git a/HJGL_DS/WebAPI/WebAPI.csproj.user b/HJGL_DS/WebAPI/WebAPI.csproj.user index 8cd7f1f..a48b337 100644 --- a/HJGL_DS/WebAPI/WebAPI.csproj.user +++ b/HJGL_DS/WebAPI/WebAPI.csproj.user @@ -1,7 +1,7 @@ - + - Release|Any CPU + Debug|Any CPU FolderProfile true