This commit is contained in:
commie
2026-02-21 08:21:05 +08:00
parent 1a7f4bc98a
commit 6586f27c9e
21 changed files with 245 additions and 967 deletions
@@ -43,6 +43,7 @@ class BalanceLogController extends BaseController{
}
$item->_type= $item->type;
$item->type= $BalanceTypeList[$item->type];
return $item;
});
return $this->success(__('successful'),$list);
}