dream 6 月之前
父节点
当前提交
6d26b7200c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Modules/Seller/Controller/OrderController.class.php

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

@@ -1833,6 +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);
 						if($can_refund_quantity >= 1){
 							$value['hx_info']['is_can_refund'] = 1;
 						}else{