提示
This commit is contained in:
parent
9b367d7889
commit
7116e4eff4
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user