This commit is contained in:
parent
26f68a6771
commit
a14da5b3fd
|
@ -2,7 +2,7 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<UseIISExpress>true</UseIISExpress>
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||
<Use64BitIISExpress />
|
||||
<IISExpressSSLPort />
|
||||
<IISExpressAnonymousAuthentication />
|
||||
|
|
|
@ -658,8 +658,10 @@
|
|||
}
|
||||
HotProessTrustId = SQLHelper.GetNewID(typeof(Model.HJGL_CH_HotProessTrust));
|
||||
newHotProessTrust.HotProessTrustId = HotProessTrustId;
|
||||
newHotProessTrust.TrustType = "1"; //正常口
|
||||
trusts.Add(newHotProessTrust);
|
||||
newHotProessTrust.TrustType = "1"; //正常口
|
||||
db.HJGL_CH_HotProessTrust.InsertOnSubmit(newHotProessTrust);
|
||||
db.SubmitChanges();
|
||||
//trusts.Add(newHotProessTrust);
|
||||
var joints = allJoints.Where(x => x.ISO_ID == item.ISO_ID);
|
||||
foreach (var joint in joints)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
|
||||
<UseIISExpress>true</UseIISExpress>
|
||||
<Use64BitIISExpress />
|
||||
|
|
Loading…
Reference in New Issue