rabin 1 년 전
부모
커밋
8058a0cfe2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
 		        }