Commit e14890ea authored by hujun's avatar hujun

or

parent f668e6b8
...@@ -458,7 +458,6 @@ class OBargainModel extends Model ...@@ -458,7 +458,6 @@ class OBargainModel extends Model
//记录第几级审核-与 OFinancialAudit 表一致 //记录第几级审核-与 OFinancialAudit 表一致
$update_data['audit_level'] = $data['audit_level']; $update_data['audit_level'] = $data['audit_level'];
$where_bargain['id'] = $bargain_data['id'];
$where_bargain['status'] = [ '<>', 30 ]; $where_bargain['status'] = [ '<>', 30 ];
$where_bargain[] = [ 'EXP', 'id=' . $bargain_data['id'] . ' or father_id=' . $bargain_data['id'] ]; $where_bargain[] = [ 'EXP', 'id=' . $bargain_data['id'] . ' or father_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