This commit is contained in:
何美荣 2026-05-25 17:35:06 +08:00
parent 9b367d7889
commit 7116e4eff4

View File

@ -665,6 +665,10 @@ namespace APT.SK.WebApi.Controllers
this.ThrowError("030017");
pageFilter.IgnoreDataRule = true;
var entity = this.GetEntity<T_SK_HIDDEN_DANGER_RECTIFY_RECORD>(id);
if (entity == null)
{
throw new Exception("请在弹窗页重新选择公司");
}
FilterRule ruleArea = new FilterRule();
ruleArea.Field = "RISK_AREA_ID";
ruleArea.Value = entity.RISK_AREA_ID;