Commit e7590f09 authored by clone's avatar clone

结单日期

parent 8d357f27
......@@ -327,6 +327,7 @@ class OBargainModel extends Model
if ($data['audit_level'] == 3 && $status == 10) {
$update_data['status'] = 11;
$update_data['account_statement'] = 1;
$update_data['account_time'] = time();
$this->save($update_data,['id'=>$bargain_data['id']]);
}
......
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