代理商客户退款补费

This commit is contained in:
“wanyongkang”
2021-03-14 12:41:38 +08:00
parent f9e99ab455
commit 729a896c34

View File

@@ -935,7 +935,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
//
//使用天数 回补佣金
var re_money = useDay * (agentPriceEntity.refund - refundDayPrice.Value) * accountInfo.ConnectCount;
var re_money = useDay * (refundDayPrice.Value - agentPriceEntity.refund) * accountInfo.ConnectCount;
//佣金
var score_money = agentEntity.account - deduct_money + re_money;