dream 6 months ago
parent
commit
e77bed87a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/Seller/Controller/OrderController.class.php

+ 1 - 1
Modules/Seller/Controller/OrderController.class.php

@@ -1833,7 +1833,7 @@ class OrderController extends CommonController{
 					}else if($value['hx_info']['is_hexiao_over'] == 0){
 						//$can_refund_quantity = floor($value['hx_info']['remain_hexiao_count']/$value['hx_info']['one_hexiao_count']);
 						$can_refund_quantity = floor($value['hx_info']['hexiao_count']/$value['hx_info']['one_hexiao_count']);
-						var_dump($can_refund_quantity);
+						// var_dump($can_refund_quantity);
 						if($can_refund_quantity >= 1){
 							$value['hx_info']['is_can_refund'] = 1;
 						}else{