This commit is contained in:
怀念66 2024-01-17 17:08:07 +08:00
parent 397750e69d
commit 0024300e81
4 changed files with 24 additions and 5 deletions

View File

@ -13,7 +13,7 @@
<AssemblyName>MEStc_SXS</AssemblyName> <AssemblyName>MEStc_SXS</AssemblyName>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<MyType>Windows</MyType> <MyType>Windows</MyType>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<SccProjectName>SAK</SccProjectName> <SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath> <SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath> <SccAuxPath>SAK</SccAuxPath>
@ -112,10 +112,19 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="tcENT_21674\clsENT_21674.cs" /> <Compile Include="tcENT_21674\clsENT_21674.cs" />
<Compile Include="tcENT\clsENT.cs" /> <Compile Include="tcENT\clsENT.cs" />
<Compile Include="tcTEST21674\clsTest_21674.cs" /> <Compile Include="tcTEST21674\clsTest_21674.cs" />
<Compile Include="tcENT\clsA.cs" />
<Compile Include="tcENT\clsENT.cs" />
<Compile Include="tcENT_21681\clsENT_21681.cs" />
<Compile Include="tcTest21681\clsTest21681.cs" />
<Compile Include="tcTEST14278\clsTest_14278.cs" />
<Compile Include="tcWIP\clsLot.cs" /> <Compile Include="tcWIP\clsLot.cs" />
<Compile Include="tc_21685\clsENT_21685.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="shared file\" /> <Folder Include="shared file\" />

View File

@ -173,7 +173,7 @@ namespace MEStc_SXS
// //執行SQL指令 // //執行SQL指令
ExecuteSQLNoneQuery(Conversions.ToString(DataBaseType), strConnectionString, ref strSQL); ExecuteSQLNoneQuery(Conversions.ToString(DataBaseType), strConnectionString, ref strSQL);
// //Return success // //Return success
AddSubcontractorRet = "success"; AddSubcontractorRet = "success";
} }

View File

@ -10,7 +10,7 @@
<AssemblyName>wsSXS</AssemblyName> <AssemblyName>wsSXS</AssemblyName>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<MyType>Windows</MyType> <MyType>Windows</MyType>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
<SccProjectName>SAK</SccProjectName> <SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath> <SccLocalPath>SAK</SccLocalPath>
@ -145,10 +145,20 @@
<DependentUpon>Settings.settings</DependentUpon> <DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput> <DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile> </Compile>
<Compile Include="wsENT_21681\wsENT_21681.cs" />
<Compile Include="wsTest21681\wsTest21681.cs" />
<Compile Include="wsTEST_14278\wsTEST_14278.cs" />
<Compile Include="wsWIP\wsWIP.cs" /> <Compile Include="wsWIP\wsWIP.cs" />
<Compile Include="wxENT\wsENT.cs" /> <Compile Include="wxENT\wsENT.cs" />
<Compile Include="wxENT_21674\wsENT_21674.cs" /> <Compile Include="wxENT_21674\wsENT_21674.cs" />
<Compile Include="wxTEST_21674\wsTest_21674.cs" /> <Compile Include="wxTEST_21674\wsTest_21674.cs" />
<Compile Include="wxENT_21685\ws_21685.cs" />
<Compile Include="wsENT\wsENT.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Resources.resx"> <EmbeddedResource Include="Resources.resx">

View File

@ -186,7 +186,7 @@ namespace wsSXS
strException = ""; strException = "";
strResult = "success"; strResult = "success";
objSYS.AddEventLog("wsENT", GetXMLCurUserNo(xmlDoc), "SubcontractorNo", SubcontractorNo, DateTime.Now, "AddSubcontractor"); objSYS.AddEventLog("wsENT", GetXMLCurUserNo(xmlDoc), "SubcontractorNo", SubcontractorNo, DateTime.Now, "AddTeacher");
} }
catch (iMESException.MESException ex) catch (iMESException.MESException ex)
@ -314,7 +314,7 @@ namespace wsSXS
strException = ""; strException = "";
strResult = "success"; strResult = "success";
objSYS.AddEventLog("wsENT", GetXMLCurUserNo(xmlDoc), "SubcontractorNo", SubcontractorNo, DateTime.Now, "EditSubcontractor"); objSYS.AddEventLog("wsENT", GetXMLCurUserNo(xmlDoc), "SubcontractorNo", SubcontractorNo, DateTime.Now, "EditTeacher");
} }
catch (iMESException.MESException ex) catch (iMESException.MESException ex)