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