From 7db888f282d933796c73c1995a4e02a65490eca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=BD=87=E9=98=B3?= Date: Wed, 10 Jan 2024 09:53:22 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=9C=A8=E6=96=B0=E5=A2=9E=E5=BE=8B?= =?UTF-8?q?=E5=B8=88=E6=97=B6=E6=B7=BB=E5=8A=A0=E5=BE=8B=E5=B8=88=E5=A7=93?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 24Hour/Controllers/Common/LawyerArchivesController.cs | 3 ++- Dto/RegisterDto.cs | 4 ++++ WebApplication1/Controllers/TwentySystemController.cs | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/24Hour/Controllers/Common/LawyerArchivesController.cs b/24Hour/Controllers/Common/LawyerArchivesController.cs index ca7b7f0..c0bb316 100644 --- a/24Hour/Controllers/Common/LawyerArchivesController.cs +++ b/24Hour/Controllers/Common/LawyerArchivesController.cs @@ -1040,7 +1040,8 @@ namespace _24Hour.Controllers.Common }, Zbls = "", Lxdh = "", - Lxdz = "" + Lxdz = "", + LawyerName=lawyer.name }); logger.LogInformation(registerinforequest.ConvertToJsonStr()); if (registerinforequest.IsSucceed == true) diff --git a/Dto/RegisterDto.cs b/Dto/RegisterDto.cs index 6ed163d..20358b0 100644 --- a/Dto/RegisterDto.cs +++ b/Dto/RegisterDto.cs @@ -109,6 +109,10 @@ namespace Dto /// 律师事务所统一信用代码 /// public string DepartMentNameSccCode { get; set; } + /// + /// 律师名称 + /// + public string LawyerName { get; set; } } } diff --git a/WebApplication1/Controllers/TwentySystemController.cs b/WebApplication1/Controllers/TwentySystemController.cs index cdfcd16..7075e7a 100644 --- a/WebApplication1/Controllers/TwentySystemController.cs +++ b/WebApplication1/Controllers/TwentySystemController.cs @@ -771,6 +771,7 @@ namespace WebApplication1.Controllers data.zjhm = dto.ProposerZJHM; data.zjlxdm = "9910180300010"; data.zjlxmc = "ʦִҵ֤"; + data.sqrxm = dto.LawyerName; return data; }; ContentDto sqrModel; From 7963a73853cd4792aeaebb9a78911c36c87ddd40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=BD=87=E9=98=B3?= Date: Wed, 10 Jan 2024 09:56:24 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=8D=87=E7=BA=A724hour=20=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=89=88=E6=9C=AC=E5=8F=B7=E8=87=B31.0.3.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 24Hour/24Hour.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/24Hour/24Hour.csproj b/24Hour/24Hour.csproj index 364d53d..118b0c1 100644 --- a/24Hour/24Hour.csproj +++ b/24Hour/24Hour.csproj @@ -8,8 +8,8 @@ True e485308c-2f05-470b-b0a4-68f1ec2b3412 Linux - 1.0.3.10 - 1.0.3.10 + 1.0.3.11 + 1.0.3.11 From 83625193bd208d73f29014cd1aa596827410e6a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=BD=87=E9=98=B3?= Date: Wed, 10 Jan 2024 09:57:07 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=89=88=E6=9C=AC=E5=8F=B7=E8=87=B31.0.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebApplication1/WebApplication1.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebApplication1/WebApplication1.csproj b/WebApplication1/WebApplication1.csproj index 16be4be..1b0f150 100644 --- a/WebApplication1/WebApplication1.csproj +++ b/WebApplication1/WebApplication1.csproj @@ -6,8 +6,8 @@ enable ae1f7aa6-e320-4393-ac3f-984b92923499 Linux - 1.0.1.6 - 1.0.1.6 + 1.0.1.7 + 1.0.1.7