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) {