|
|
@@ -145,7 +145,7 @@ class StatSaleClass extends BaseClass
|
|
|
$hdWhere['payTime'] = ['between', [$currentStartTime, $currentEndTime]];
|
|
|
$hdOrderList = HdOrderClass::getAllByCondition($hdWhere, null, '*');
|
|
|
foreach ($hdOrderList as $hdKey => $hdOrder) {
|
|
|
- $actPrice = $hdOrder['actPrice'] ?? 0;
|
|
|
+ $actPrice = $hdOrder['mainPay'] ?? 0;
|
|
|
$serviceFee = $hdOrder['serviceFee'] ?? 0;
|
|
|
$sendCost = $hdOrder['sendCost'] ?? 0;
|
|
|
$lsIncome = bcadd($actPrice, $lsIncome, 2);
|