添加父级id

main
洁 任 2025-05-19 11:34:32 +08:00
parent 2131f25d07
commit 0474b7d495
3 changed files with 18 additions and 1 deletions

View File

@ -2321,6 +2321,7 @@ namespace OpenAuth.App
var param = new
{
processId,
parentprocessId=process.ParentProcessId,
userId = createUser.Id,
userAccount = createUser.Account,
companyId = createUser.CompanyId,

View File

@ -8,7 +8,7 @@
"DataProtection": "temp-keys/",
"ConnectionStrings": {
//"OpenAuthDBContext": "PORT=5432;Database=hopetrycore;HOST=192.168.10.124;PASSWORD=123456;USER ID=postgres;",
"OpenAuthDBContext": "PORT=5432;Database=openauthbasedb;HOST=localhost;PASSWORD=123456;USER ID=postgres;"
"OpenAuthDBContext": "PORT=5432;Database=post_approval_supervision;HOST=192.168.10.163;PASSWORD=123456;USER ID=postgres;"
//"OpenAuthDBContext": "PORT=5432;Database=;HOST=192.168.10.131;PASSWORD=123456;USER ID=postgres;"
},
"AppSetting": {

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<key id="b5d2e43a-8af2-4231-b543-a568141ad56f" version="1">
<creationDate>2025-05-12T05:50:26.9946663Z</creationDate>
<activationDate>2025-05-12T05:50:26.9733732Z</activationDate>
<expirationDate>2025-08-10T05:50:26.9733732Z</expirationDate>
<descriptor deserializerType="Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
<descriptor>
<encryption algorithm="AES_256_CBC" />
<validation algorithm="HMACSHA256" />
<masterKey p4:requiresEncryption="true" xmlns:p4="http://schemas.asp.net/2015/03/dataProtection">
<!-- Warning: the key below is in an unencrypted form. -->
<value>acqDBOhYUui5iHF5a/xmxt5w9b9imqGEPBNxALDLBm355o6JA7xp73HzPeXWXfmMQhCA80/t8FU43+eV924NuA==</value>
</masterKey>
</descriptor>
</descriptor>
</key>