资金明细

This commit is contained in:
“wanyongkang”
2022-03-31 15:15:37 +08:00
parent c40f1e0a6d
commit 1aaf2c374b
13 changed files with 393 additions and 66 deletions

View File

@@ -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;