发布提交
This commit is contained in:
parent
759702bed0
commit
b1c5f96100
@ -97,6 +97,7 @@ 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 = "LHLHJC2202402200716_1_1";
|
||||||
return modelSubConDel;
|
return modelSubConDel;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5613,7 +5613,6 @@ namespace APT.BS.WebApi.Controllers.Api
|
|||||||
var files = entity.Nav_Files;
|
var files = entity.Nav_Files;
|
||||||
entity.Nav_Files = null;
|
entity.Nav_Files = null;
|
||||||
//entity.RiskContentState 5 10 需要处理
|
//entity.RiskContentState 5 10 需要处理
|
||||||
throw new Exception("2134213456");
|
|
||||||
|
|
||||||
#region 必填判断
|
#region 必填判断
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user