dever 3 years ago
parent
commit
4f513f4fd6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/shop/lib/Sell.php

+ 3 - 0
app/shop/lib/Sell.php

@@ -167,6 +167,9 @@ class Sell
         if (!$info['refund_cash']) {
             $info['refund_cash'] = 0;
         }
+        if (!$info['ps_cash']) {
+            $info['ps_cash'] = 0;
+        }
 
         if ($this->type == 1) {
             if ($info['status'] == 2) {