This commit is contained in:
wjn 2024-04-12 17:10:40 +08:00
commit 739a4f424e
2 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,9 @@ namespace APT.BS.WebApi.Controllers.Api
var applyDetail = GetEntity<T_BS_RISK_SUBMIT_DELAY_APPLY_DETAIL>(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.Nav_SubmitNoticePerson.NAME = "NAME";
return modelSubConDel;
});
}

View File

@ -5613,6 +5613,7 @@ namespace APT.BS.WebApi.Controllers.Api
var files = entity.Nav_Files;
entity.Nav_Files = null;
//entity.RiskContentState 5 10 需要处理
#region
if (entity.RiskContentState == 10)