rabin 1 rok temu
rodzic
commit
8058a0cfe2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      yspay/Cash.php

+ 1 - 1
yspay/Cash.php

@@ -58,7 +58,7 @@ class Cash
 	    				return false;
 	    			}
 	    			$update['tdate'] = time();
-	    		} elseif ($status == 2 && $amount && $amount > 0) {
+	    		} elseif ($status == 2 && $amount && $amount > 0 && $info['ycash'] != $amount) {
 	    			# 待入账 可以修改金额
 		        	$this->getCash($amount, $merchant, $update);
 		        }