feat(TradeStatisticLogic): 根据时间键调整统计逻辑
This commit is contained in:
parent
1400d2919d
commit
8902c720be
@ -603,7 +603,7 @@ class TradeStatisticLogic extends BaseLogic
|
|||||||
throw new \Exception('getFinanceFlow:selectType参数错误');
|
throw new \Exception('getFinanceFlow:selectType参数错误');
|
||||||
}
|
}
|
||||||
if ($group) {
|
if ($group) {
|
||||||
$totalMoney = $this->trendYdata((array)$totalMoney, $this->TimeConvert($where['create_time'], $isNum));
|
$totalMoney = $this->trendYdata((array)$totalMoney, $this->TimeConvert($timeKey, $isNum));
|
||||||
}
|
}
|
||||||
return $totalMoney;
|
return $totalMoney;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user