diff --git a/24Hour/Controllers/Common/LawyerArchivesController.cs b/24Hour/Controllers/Common/LawyerArchivesController.cs index ca7b7f0..40ef844 100644 --- a/24Hour/Controllers/Common/LawyerArchivesController.cs +++ b/24Hour/Controllers/Common/LawyerArchivesController.cs @@ -957,23 +957,8 @@ namespace _24Hour.Controllers.Common var UnitCode = _userdata.unitCode; var UnitName = departmenginfo.unitjc; - var querylawyer = await QueryLsList(identitycardId); #region 数据检查 - if (querylawyer.IsSucceed == true) - { - if (querylawyer.result.content.Count <= 0) - { - result.IsSucceed = false; - result.Message = "案管系统不存在该律师信息,请注意核实律师信息"; - return result; - } - } - else - { - result.IsSucceed = false; - result.Message = "数据上传案管系统失败,查询律师信息失败"; - return result; - } + var querydsr = await QueryDsrList(bmsah, UnitCode, partyIDcard); if (querydsr.IsSucceed == true)