Your Name 2 years ago
parent
commit
2cb1c1bb79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      learn/active/lib/Manage.php

+ 1 - 1
learn/active/lib/Manage.php

@@ -495,7 +495,7 @@ Class Manage
         }
         $data = Dever::db('active/info_refund_log')->find(Array('order_id'=>$order_id,'code_id'=>$code_id));
         if($data) {
-            Dever::alert('不可重复退款');
+            // Dever::alert('不可重复退款');
         }
     }
     public function updateInfoRefundLog($id,$name,$data)