From 801f0737dbd9fbfaa05ee318425bb6668562cd1a Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Fri, 12 Apr 2024 17:36:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=98=BE=E7=A4=BA=20?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Api/BSRiskSubmitContentDealController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs index e19ad56..6a52d7b 100644 --- a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs +++ b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs @@ -97,8 +97,8 @@ 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"; - modelSubConDel.Nav_SubmitNoticePerson.CODE = "LHLHJC2202402200716_1_1"; + modelSubConDel.CODE = "LHLHJ_1_1"; + modelSubConDel.Nav_SubmitNoticePerson.CODE = "LHLHJC6_1_1"; modelSubConDel.Nav_SubmitNoticePerson.NAME = "NAME"; return modelSubConDel; }); From e1b15c90b511eb27d1d64a5ed846480fba8e706f Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Mon, 15 Apr 2024 08:56:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=AD=A3=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Api/BSRiskSubmitContentDealController.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs index 6a52d7b..158f9a6 100644 --- a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs +++ b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs @@ -97,9 +97,9 @@ 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 = "LHLHJ_1_1"; - modelSubConDel.Nav_SubmitNoticePerson.CODE = "LHLHJC6_1_1"; - modelSubConDel.Nav_SubmitNoticePerson.NAME = "NAME"; + //modelSubConDel.CODE = "LHLHJ_1_1"; + //modelSubConDel.Nav_SubmitNoticePerson.CODE = "LHLHJC6_1_1"; + //modelSubConDel.Nav_SubmitNoticePerson.NAME = "NAME"; return modelSubConDel; }); }