#EQD-5718 【缺陷转需求】-国联民生-利息端计息方式与结算规则扩充
This commit is contained in:
@@ -153,6 +153,17 @@ namespace YLErp.Web.Controllers
|
||||
return JsonSuccess("");
|
||||
}
|
||||
/// <summary>
|
||||
/// 校验收益结算操作(不检查收盘限制)
|
||||
/// </summary>
|
||||
/// <param name="enid"></param>
|
||||
/// <returns></returns>
|
||||
public JsonResult CheckEodTradeForIncome(string enid)
|
||||
{
|
||||
var intid = DecryptInt(enid);
|
||||
new SwapDealService(CurUser).CheckEodTradeForIncome(intid);
|
||||
return JsonSuccess("");
|
||||
}
|
||||
/// <summary>
|
||||
/// 收益互换 平仓
|
||||
/// </summary>
|
||||
/// <param name="enid"></param>
|
||||
|
||||
Reference in New Issue
Block a user