|
@@ -102,6 +102,9 @@ class RefundController extends BaseController
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
$post['product'] = $productList;
|
|
$post['product'] = $productList;
|
|
|
|
|
+ }else{
|
|
|
|
|
+ //如果仅退款花材直接设置为空
|
|
|
|
|
+ $post['product'] = '';
|
|
|
}
|
|
}
|
|
|
$post['price'] = $post['price'] ?? 0;
|
|
$post['price'] = $post['price'] ?? 0;
|
|
|
if ($post['price'] <= 0) {
|
|
if ($post['price'] <= 0) {
|