shish před 4 roky
rodič
revize
38bab81998
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      biz-ghs/stat/classes/StatKdClass.php

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

@@ -154,7 +154,7 @@ class StatKdClass extends BaseClass
                                 //客1 客2 客3各收了多少钱
                                 if (isset($incomeList['kfWx']['class'][$getStaffId])) {
                                     $incomeList['kfWx']['class'][$getStaffId]['amount'] = floatval(bcadd($incomeList['kfWx']['class'][$getStaffId]['amount'], $actPrice, 2));
-                                    $incomeList['kfWx']['class'][$getStaffId]['num'] = bcadd($incomeList['kfWx']['num']['class'][$getStaffId]['num'], 1);
+                                    $incomeList['kfWx']['class'][$getStaffId]['num'] = bcadd($incomeList['kfWx']['class'][$getStaffId]['num'], 1);
                                 }
                                 break;
                             case dict::getDict('payWay', 'alipay'):