feat(TradeStatisticLogic): 修改现金金额描述为现金收银金额
This commit is contained in:
parent
2bec4ba97c
commit
dfa2c4d83b
@ -278,7 +278,7 @@ class TradeStatisticLogic extends BaseLogic
|
||||
$offlineCurve = $this->getOfflineTotalMoney($where, 'group', "create_time");
|
||||
$offlineChain = countRate($offlineMoney, $lastOfflineMoney);
|
||||
$topData[6] = [
|
||||
'title' => '现金金额',
|
||||
'title' => '现金收银金额',
|
||||
'desc' => '选定条件下,用户在线下现金支付的金额',
|
||||
'total_money' => $offlineMoney,
|
||||
'rate' => $offlineChain,
|
||||
|
Loading…
x
Reference in New Issue
Block a user