diff --git a/24Hour/Controllers/Common/LawyerArchivesController.cs b/24Hour/Controllers/Common/LawyerArchivesController.cs
index 40ef844..07928f1 100644
--- a/24Hour/Controllers/Common/LawyerArchivesController.cs
+++ b/24Hour/Controllers/Common/LawyerArchivesController.cs
@@ -1025,7 +1025,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;
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