Your Name 2 лет назад
Родитель
Сommit
a85acb86af
1 измененных файлов с 9 добавлено и 5 удалено
  1. 9 5
      tool/stats/lib/Manage.php

+ 9 - 5
tool/stats/lib/Manage.php

@@ -197,7 +197,13 @@ Class Manage
 	                    		$money = $v['refund_cash'];
 	                    	}
 	                    }
-	                    
+	                    if ($k1 == 0) {
+	                    	$ka = $ka;
+	                    	$money = $money;
+	                    } else {
+	                    	$ka = 0;
+	                    	$money = 0;
+	                    }
 	                    
 	                    $refund_status = '已退款';
 	                    $refund_cdate = '';
@@ -244,8 +250,7 @@ Class Manage
 	                    $card_code_cash = round($v['card_code_cash'],2);#礼品卡金额
 						$wallet_cash = round($v['wallet_cash'],2);#钱包金额
 						$discount_cash = round($v['discount_cash'],2);
-	                    $ka = $ka;
-	                    $money = $money;
+	                    
 	                } else {
 	                    $v['num'] = 0;
 	                    
@@ -255,8 +260,7 @@ Class Manage
 	                    $card_code_cash = 0;
 	                    $wallet_cash = 0;
 	                    $discount_cash = 0;
-	                    $ka = 0;
-	                    $money = 0;
+	                    
 	                }
 	                // print_R($v['price']);die;
 	                $d = array