From b28fca26156b3f0d273e0a860169e0f51f7530b4 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Fri, 12 Apr 2024 14:20:27 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=91=E5=B8=831?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs index cc5d3ac..cfa52e7 100644 --- a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs +++ b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs @@ -5613,6 +5613,8 @@ namespace APT.BS.WebApi.Controllers.Api var files = entity.Nav_Files; entity.Nav_Files = null; //entity.RiskContentState 5 10 需要处理 + throw new Exception("2134"); + #region 必填判断 if (entity.RiskContentState == 10) From 759702bed0aaf045d79ce6d4a4e6ab9c96deb133 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Fri, 12 Apr 2024 15:25:54 +0800 Subject: [PATCH 2/5] qwrrewq --- .../APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs index cfa52e7..b27495c 100644 --- a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs +++ b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs @@ -5613,7 +5613,7 @@ namespace APT.BS.WebApi.Controllers.Api var files = entity.Nav_Files; entity.Nav_Files = null; //entity.RiskContentState 5 10 需要处理 - throw new Exception("2134"); + throw new Exception("2134213456"); #region 必填判断 From b1c5f9610081b175c0eaefb8f05b63b96205c9cb Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Fri, 12 Apr 2024 15:32:08 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Api/BSRiskSubmitContentDealController.cs | 1 + .../APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs index 57abc8d..838fcab 100644 --- a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs +++ b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs @@ -97,6 +97,7 @@ namespace APT.BS.WebApi.Controllers.Api var applyDetail = GetEntity(e => e.RISK_SUBMIT_CONTENT_ID == modelSubConDel.RISK_SUBMIT_CONTENT_ID.Value); modelSubConDel.Nav_ApplyDetail = applyDetail; } + modelSubConDel.CODE = "LHLHJC2202402200716_1_1"; return modelSubConDel; }); } diff --git a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs index b27495c..2ac93ec 100644 --- a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs +++ b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitController.cs @@ -5613,7 +5613,6 @@ namespace APT.BS.WebApi.Controllers.Api var files = entity.Nav_Files; entity.Nav_Files = null; //entity.RiskContentState 5 10 需要处理 - throw new Exception("2134213456"); #region 必填判断 From 034762c1acf796e85e053325807c8ff659053df3 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Fri, 12 Apr 2024 16:05:16 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BF=AE=E5=99=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Api/BSRiskSubmitContentDealController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs index 838fcab..43311af 100644 --- a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs +++ b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs @@ -98,6 +98,7 @@ namespace APT.BS.WebApi.Controllers.Api modelSubConDel.Nav_ApplyDetail = applyDetail; } modelSubConDel.CODE = "LHLHJC2202402200716_1_1"; + modelSubConDel.Nav_SubmitNoticePerson.CODE = "LHLHJC2202402200716_1_1"; return modelSubConDel; }); } From d067b5dddd4b3963347e9b5e9064878ebeca647c Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Fri, 12 Apr 2024 16:29:09 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E4=BA=8C=E5=88=86=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Api/BSRiskSubmitContentDealController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs index 43311af..e19ad56 100644 --- a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs +++ b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs @@ -99,6 +99,7 @@ namespace APT.BS.WebApi.Controllers.Api } modelSubConDel.CODE = "LHLHJC2202402200716_1_1"; modelSubConDel.Nav_SubmitNoticePerson.CODE = "LHLHJC2202402200716_1_1"; + modelSubConDel.Nav_SubmitNoticePerson.NAME = "NAME"; return modelSubConDel; }); }