feat(TradeStatisticLogic): 根据时间键调整统计逻辑

This commit is contained in:
mkm 2024-06-21 11:19:32 +08:00
parent 1400d2919d
commit 8902c720be

View File

@ -603,7 +603,7 @@ class TradeStatisticLogic extends BaseLogic
throw new \Exception('getFinanceFlow:selectType参数错误');
}
if ($group) {
$totalMoney = $this->trendYdata((array)$totalMoney, $this->TimeConvert($where['create_time'], $isNum));
$totalMoney = $this->trendYdata((array)$totalMoney, $this->TimeConvert($timeKey, $isNum));
}
return $totalMoney;
}