This commit is contained in:
2026-06-14 17:56:12 +08:00
3 changed files with 9 additions and 4 deletions
@@ -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();
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<UseIISExpress>true</UseIISExpress>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
+2 -2
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />