wang hou sheng 11 months ago
parent 1ad9ee8d50
commit fea54f5e81
  1. 2
      app/api/model/user/BalanceLog.php

@ -40,7 +40,7 @@ class BalanceLog extends BalanceLogModel
{ {
// 当前用户ID // 当前用户ID
$userId = UserService::getCurrentLoginUserId(); $userId = UserService::getCurrentLoginUserId();
$userId = 10089; // $userId = 10089;
// 获取列表数据 // 获取列表数据
$query = $this->where('user_id', '=', $userId); $query = $this->where('user_id', '=', $userId);
if (!empty($params['type'])) { if (!empty($params['type'])) {

Loading…
Cancel
Save