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] =?UTF-8?q?=E5=9C=A8=E6=96=B0=E5=A2=9E=E5=BE=8B=E5=B8=88?= =?UTF-8?q?=E6=97=B6=E6=B7=BB=E5=8A=A0=E5=BE=8B=E5=B8=88=E5=A7=93=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;