From 0f140dce6d1e6fd909ffe6b04d5ad0cc2e385df3 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Mon, 15 Apr 2024 10:25:08 +0800 Subject: [PATCH] FFF --- .../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 806cb4f..2fd62ff 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 = "GGLHJ43532432_1_1"; - modelSubConDel.Nav_SubmitNoticePerson.CODE = "GGLHJC123452346_1_1"; - modelSubConDel.Nav_SubmitNoticePerson.NAME = "GGNAMENAME"; + modelSubConDel.CODE = "GFFF43532432_1_1"; + modelSubConDel.Nav_SubmitNoticePerson.CODE = "GFFF23452346_1_1"; + modelSubConDel.Nav_SubmitNoticePerson.NAME = "GFFFENAME"; return modelSubConDel; }); }