shish 3 лет назад
Родитель
Сommit
3bb58cb556
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      biz-ghs/stat/classes/StatKdClass.php

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

@@ -263,8 +263,8 @@ class StatKdClass extends BaseClass
                     $incomeList['mt']['amount'] = bcadd($incomeList['mt']['amount'], $actPrice, 2);
                     $incomeList['mt']['num'] = bcadd($incomeList['mt']['num'], 1);
                 } else {
-                    //非美团!!!
 
+                    //非美团!!!
                     if ($debtPrice > 0) {
                         if ($remainDebtPrice > 0) {
                             $incomeList['debt']['amount'] = bcadd($incomeList['debt']['amount'], $remainDebtPrice, 2);