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);
 		        }