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;