dever 3 年之前
父节点
当前提交
7756cd4f5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/shop/lib/Refund.php

+ 1 - 1
app/shop/lib/Refund.php

@@ -289,7 +289,7 @@ class Refund
                 $update['operdate'] = time();
                 if (isset($order['ps_cash']) && $order['ps_cash'] > 0 && $order['status'] < 3) {
                     # 配送费退掉
-                    $update['ps_cash'] = 0;
+                    //$update['ps_cash'] = 0;
                 }
                 $update['status'] = 8;
                 $state = Dever::db($this->order_table)->update($update);