dever 3 年之前
父节点
当前提交
4f513f4fd6
共有 1 个文件被更改,包括 3 次插入0 次删除
  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) {