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