Your Name 3 years ago
parent
commit
4b5a29923b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tool/stats/lib/Manage.php

+ 1 - 1
tool/stats/lib/Manage.php

@@ -313,7 +313,7 @@ Class Manage
 
 
 								round($goods_info['price'], 2),#单价
 								round($goods_info['price'], 2),#单价
 								round($v1['num'],2),#数量
 								round($v1['num'],2),#数量
-								round(($goods_info['price']*$v['num']),2),#商品合计金额
+								round(($goods_info['price']*$v1['num']),2),#商品合计金额
 								$dl_discount_cash,//代理商优惠金额
 								$dl_discount_cash,//代理商优惠金额
 								$price,#实付金额
 								$price,#实付金额
 								$card_code_cash,#礼品卡金额
 								$card_code_cash,#礼品卡金额