@@ -484,7 +484,7 @@ class GroupServiceWorkLogic extends BaseLogic
if ($params['num'] > $order['num']) {
throw new \Exception('退款数量不能大于:'.$work->num);
}
-
+ die;
//全退
$remaind_num = $order['num'] - $params['num'];
if ($order['num'] == $params['num']) {