Commit 0a3653af authored by hujun's avatar hujun

撤销审核条件

parent 8fb546b9
......@@ -436,7 +436,7 @@ class OBargainModel extends Model
$update_data['status'] = 13;
$update_data['account_statement'] = 1;
$update_data['account_time'] = date('Y-m-d H:i:s');
} elseif ($data['audit_level'] == 2 && $status == 20) {
} elseif ($data['audit_level'] == 3 && $status == 20) {
//撤销审核结束
$update_data['status'] = 21;
$update_data['account_statement'] = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment