Commit 8ab3137a authored by sugar's avatar sugar

股权

parent d29a4e10
......@@ -291,7 +291,7 @@ class Users extends Backend
'after' => (int)$row['equity'] + $equity,
'memo' => $params['equity_code'],
'type' => 13,
'heatos' => $row['equity']>0 ? 1:-1,
'heatos' => $params['equity'] > 0 ? 1:-1,
'createtime' => time(),
];
UserMoneyLog::create($data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment