|
|
@@ -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'):
|