shish %!s(int64=5) %!d(string=hai) anos
pai
achega
aaa40048cb
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      app-ghs/controllers/RefundController.php

+ 3 - 0
app-ghs/controllers/RefundController.php

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