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

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

@@ -502,7 +502,7 @@ class Refund
         if (isset($data['parent_type']) && $data['parent_type'] > 1) {
             return;
         }
-        if (isset($info['cash'] > 0) {
+        if (isset($info['cash'] > 0)) {
             return;
         }
         $refund_cash = $info['cash'];