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