资金明细
This commit is contained in:
@@ -483,7 +483,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
|
||||
AttchInfo = order.OrderNo,
|
||||
OperateUserName = order.UserName,
|
||||
};
|
||||
var ret = await m_BaseUserService.UpdateAmount(amountInfo);
|
||||
var ret = await m_BaseUserService.UpdateAmount(amountInfo,order.ProductName,order.PackageName,order.Accounts);
|
||||
if (ret.Code != ResultCode.C_SUCCESS)
|
||||
{
|
||||
order.OtherPayAmount = order.PaymentAmount;
|
||||
|
||||
Reference in New Issue
Block a user