|
|
@@ -61,7 +61,7 @@ namespace MySystem
|
|
|
{
|
|
|
function.WriteLog("机具所属人:" + user.Id, "盒力四射加码奖励日志");
|
|
|
int GetUserId = user.Id;
|
|
|
- AlipayPayBack2Service.Instance.ChangeAccount(db, new Orders(), GetUserId, 50, 139);
|
|
|
+ AlipayPayBack2Service.Instance.ChangeAccount(db, new Orders() { Id = pos.Id }, GetUserId, 50, 139);
|
|
|
PosMachinesTwo edit = db.PosMachinesTwo.FirstOrDefault(m => m.Id == pos.Id);
|
|
|
if(edit != null)
|
|
|
{
|