Browse Source

合并代码

develop-FileUpload-test
胡超1 2 years ago
parent
commit
ce9d2e72ec
  1. 3
      24Hour/Controllers/Common/LawyerArchivesController.cs
  2. 4
      Dto/RegisterDto.cs
  3. 1
      WebApplication1/Controllers/TwentySystemController.cs
  4. 4
      WebApplication1/WebApplication1.csproj

3
24Hour/Controllers/Common/LawyerArchivesController.cs

@ -1025,7 +1025,8 @@ namespace _24Hour.Controllers.Common
}, },
Zbls = "", Zbls = "",
Lxdh = "", Lxdh = "",
Lxdz = "" Lxdz = "",
LawyerName=lawyer.name
}); });
logger.LogInformation(registerinforequest.ConvertToJsonStr()); logger.LogInformation(registerinforequest.ConvertToJsonStr());
if (registerinforequest.IsSucceed == true) if (registerinforequest.IsSucceed == true)

4
Dto/RegisterDto.cs

@ -109,6 +109,10 @@ namespace Dto
/// 律师事务所统一信用代码 /// 律师事务所统一信用代码
/// </summary> /// </summary>
public string DepartMentNameSccCode { get; set; } public string DepartMentNameSccCode { get; set; }
/// <summary>
/// 律师名称
/// </summary>
public string LawyerName { get; set; }
} }
} }

1
WebApplication1/Controllers/TwentySystemController.cs

@ -771,6 +771,7 @@ namespace WebApplication1.Controllers
data.zjhm = dto.ProposerZJHM; data.zjhm = dto.ProposerZJHM;
data.zjlxdm = "9910180300010"; data.zjlxdm = "9910180300010";
data.zjlxmc = "律师执业证"; data.zjlxmc = "律师执业证";
data.sqrxm = dto.LawyerName;
return data; return data;
}; };
ContentDto sqrModel; ContentDto sqrModel;

4
WebApplication1/WebApplication1.csproj

@ -6,8 +6,8 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>ae1f7aa6-e320-4393-ac3f-984b92923499</UserSecretsId> <UserSecretsId>ae1f7aa6-e320-4393-ac3f-984b92923499</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<AssemblyVersion>1.0.1.6</AssemblyVersion> <AssemblyVersion>1.0.1.7</AssemblyVersion>
<Version>1.0.1.6</Version> <Version>1.0.1.7</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

Loading…
Cancel
Save