代理商退款

This commit is contained in:
“wanyongkang”
2021-03-05 17:47:48 +08:00
parent 93d0399639
commit 506850236a

View File

@@ -952,7 +952,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
rest_amount2 = score_money
};
agentEntity.account -= score_money;
agentEntity.account = score_money;
await m_AgentScoreService.Add(agnetScoreEntity);
await m_AgentUserService.Update(agentEntity);