rabin hai 1 ano
pai
achega
8058a0cfe2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 		        }