代理商退款
This commit is contained in:
@@ -952,7 +952,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
|
|||||||
rest_amount2 = score_money
|
rest_amount2 = score_money
|
||||||
};
|
};
|
||||||
|
|
||||||
agentEntity.account -= score_money;
|
agentEntity.account = score_money;
|
||||||
|
|
||||||
await m_AgentScoreService.Add(agnetScoreEntity);
|
await m_AgentScoreService.Add(agnetScoreEntity);
|
||||||
await m_AgentUserService.Update(agentEntity);
|
await m_AgentUserService.Update(agentEntity);
|
||||||
|
|||||||
Reference in New Issue
Block a user