|
@@ -23,7 +23,6 @@ class divert_account
|
|
|
$trans->commit();
|
|
|
|
|
|
[$succ, $available_amounts, $freeze_amounts] = $mod_divert->stat_member($member_id);
|
|
|
-
|
|
|
if (round($available_amounts - $minfo->available_predeposit(), 4) == 0.0000) {
|
|
|
Log::record("available_predeposit = {$available_amounts} is ok",Log::DEBUG);
|
|
|
} else {
|
|
@@ -139,7 +138,6 @@ class divert_account
|
|
|
foreach ($mids as $mid) {
|
|
|
$ret = $this->init_member($mid);
|
|
|
Log::record("init_merchants {$mid}:" . $ret ? 'true' : 'false', Log::DEBUG);
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
|