让 显示错误

This commit is contained in:
wyw 2024-04-15 09:38:24 +08:00
parent 97ae746461
commit 7d8ab7f2e4

View File

@ -97,9 +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); 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.Nav_ApplyDetail = applyDetail;
} }
//modelSubConDel.CODE = "LHLHJ_1_1"; modelSubConDel.CODE = "LHLHJ_1_1";
//modelSubConDel.Nav_SubmitNoticePerson.CODE = "LHLHJC6_1_1"; modelSubConDel.Nav_SubmitNoticePerson.CODE = "LHLHJC6_1_1";
//modelSubConDel.Nav_SubmitNoticePerson.NAME = "NAME"; modelSubConDel.Nav_SubmitNoticePerson.NAME = "NAME";
return modelSubConDel; return modelSubConDel;
}); });
} }