mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
update app/data/controller/user/Balance.php.
This commit is contained in:
parent
f94dad1524
commit
60bbd9545f
@ -126,7 +126,7 @@ class Balance extends Controller
|
||||
{
|
||||
if ($state) {
|
||||
$map = [['id', 'in', str2arr(input('id', ''))]];
|
||||
foreach ($this->app->db->name($this->table)->where($map)->cursor() as $vo) {
|
||||
foreach (DataUserBalance::mk()->where($map)->cursor() as $vo) {
|
||||
UserBalanceService::instance()->amount($vo['uuid']);
|
||||
UserUpgradeService::instance()->upgrade($vo['uuid']);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user