shish 3 年之前
父節點
當前提交
50f33f11b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      biz-ghs/stat/classes/StatKdClass.php

+ 1 - 1
biz-ghs/stat/classes/StatKdClass.php

@@ -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;