房间流水详情

This commit is contained in:
2026-01-07 20:32:29 +08:00
parent ff52c3fee9
commit cd4e70b4d7

View File

@@ -27,7 +27,7 @@ class GiveGiftBases extends Model
$where = [];
$options = [];
$where['from_id'] = 6065;
// 构建查询条件
if (!empty($params['from_id'])) {
$where['from_id'] = $params['from_id'];