|
|
@@ -238,7 +238,7 @@ class StatKdClass extends BaseClass
|
|
|
$payWay = $hdOrder['payWay'] ?? 0;
|
|
|
$mainPay = $hdOrder['mainPay'] ?? 0;
|
|
|
$cash = $hdOrder['cash'] ?? 0;
|
|
|
- $actPrice = $hdOrder['actPrice'] ?? 0;
|
|
|
+ $actPrice = $hdOrder['mainPay'] ?? 0;
|
|
|
$getStaffId = $hdOrder['getStaffId'] ?? 0;
|
|
|
$debtPrice = $hdOrder['debtPrice'] ?? 0;
|
|
|
$remainDebtPrice = $hdOrder['remainDebtPrice'] ?? 0;
|