#EQD-6101 国联民生&浙商-互换平仓后提交两次审批会出现问题
This commit is contained in:
@@ -1833,6 +1833,10 @@ namespace YLErp.Modules.TradeModule.DealModule
|
||||
td.OptId = UserId;
|
||||
td.OptName = UserName;
|
||||
td.OptDate = OptDate;
|
||||
if (td.TradeStatus!=ConsTrade.确认成交)
|
||||
{
|
||||
throw new Exception("当前交易状态不是确认成交");
|
||||
}
|
||||
if (isSwap)
|
||||
{
|
||||
td.TradeStatus = ConsTrade.互换待复核;
|
||||
|
||||
Reference in New Issue
Block a user