@@ -247,6 +247,9 @@ class Profit
$id = $data['where_id'] = $log['id'];
Dever::db('account/profit_log')->update($data);
} else {
+ if ($status >= 4) {
+ return;
+ }
# 入账
$data['cash'] = $cash;
if ($status == 2) {