From c95e27654a9db2ff67d5817fdadb392864cb486d Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Mon, 15 Apr 2024 11:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E6=98=BE=E7=A4=BA=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Api/BSRiskSubmitContentDealController.cs | 3 --- 1 file changed, 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 63941f2..57abc8d 100644 --- a/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs +++ b/APT.MicroApi/APT.BS.WebApi/Controllers/Api/BSRiskSubmitContentDealController.cs @@ -97,9 +97,6 @@ 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 = "HHH43532432_1_1"; - modelSubConDel.Nav_SubmitNoticePerson.CODE = "HHH52346_1_1"; - modelSubConDel.Nav_SubmitNoticePerson.NAME = "HHHENAME"; return modelSubConDel; }); }